🚀 Initial sveltekit config.

This commit is contained in:
pheralb
2023-03-15 11:29:15 +00:00
parent 89506de0e9
commit 26978ca313
6 changed files with 46 additions and 46 deletions
+6 -6
View File
@@ -1,12 +1,12 @@
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface Platform {}
}
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface Platform {}
}
}
export {};