init repo

This commit is contained in:
JCEEE
2026-06-23 11:27:05 +01:00
commit 2253b54077
37 changed files with 2382 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
// See https://svelte.dev/docs/kit/environment-variables for more information
declare module '$app/env/private' {
// no private environment variables were defined
}
declare module '$app/env/public' {
// no public environment variables were defined
}