refactor: move from sveltekit to vite

This commit is contained in:
2025-08-26 01:20:24 +02:00
parent 9130303a45
commit 70ea3c4027
31 changed files with 1746 additions and 4421 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*