mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 03:05:12 +00:00
@@ -39,4 +39,19 @@ export type ServerRoute = {
|
||||
pattern: RegExp;
|
||||
file: string;
|
||||
params: string[];
|
||||
};
|
||||
|
||||
export type Dirs = {
|
||||
dest: string,
|
||||
app: string,
|
||||
routes: string,
|
||||
webpack: string,
|
||||
rollup: string
|
||||
};
|
||||
|
||||
export type ManifestData = {
|
||||
root: PageComponent;
|
||||
components: PageComponent[];
|
||||
pages: Page[];
|
||||
server_routes: ServerRoute[];
|
||||
};
|
||||
Reference in New Issue
Block a user