chore(website): create empty SvelteKit project

This commit is contained in:
Elian Doran
2025-06-14 11:05:38 +03:00
parent 297aef788c
commit c43a7df781
23 changed files with 1242 additions and 66 deletions

13
apps/website/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 {};