mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 11:15:14 +00:00
support .svelte or .html extensions
This commit is contained in:
@@ -27,6 +27,7 @@ export type WritableStore<T> = {
|
||||
|
||||
export type PageComponent = {
|
||||
default?: boolean;
|
||||
type?: string;
|
||||
name: string;
|
||||
file: string;
|
||||
has_preload: boolean;
|
||||
@@ -55,6 +56,7 @@ export type Dirs = {
|
||||
|
||||
export type ManifestData = {
|
||||
root: PageComponent;
|
||||
error: PageComponent;
|
||||
components: PageComponent[];
|
||||
pages: Page[];
|
||||
server_routes: ServerRoute[];
|
||||
|
||||
Reference in New Issue
Block a user