Installing SvelteKit

Adding SvelteKit to root directory.
This commit is contained in:
Rodrigo Pinto 2024-11-12 02:07:39 -03:00
commit 073296a90b
15 changed files with 2174 additions and 5 deletions

26
.gitignore vendored
View file

@ -1,5 +1,21 @@
.venv
introducer
storage0
storage1
webapp
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-*