Created SvelteKit Application as Base

This commit is contained in:
2023-08-29 20:48:14 +01:00
parent 3eb3b6845b
commit 065a6a2d17
20 changed files with 1962 additions and 241 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*