2
0

Init SvelteKit Project

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
翼ねこ
2026-01-23 10:29:05 +08:00
committed by Asai Neko
commit 099524af26
37 changed files with 3320 additions and 0 deletions

13
src/app.d.ts vendored Normal file
View File

@@ -0,0 +1,13 @@
// See https://svelte.dev/docs/kit/types#app.d.ts
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface PageState {}
// interface Platform {}
}
}
export {};