Test SvelteKit SSR with SPA

This commit is contained in:
2024-07-29 12:35:34 +02:00
parent 9ee5fa40b8
commit 8611983b85
30 changed files with 16289 additions and 0 deletions

21
js/svelte/spa-ssr/.gitignore vendored Normal file
View File

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