feat: adds SvelteKit + Tauri

This commit is contained in:
2024-01-22 14:01:43 -05:00
parent 2599319222
commit f28fd699cf
43 changed files with 6036 additions and 11 deletions

12
.gitignore vendored
View File

@ -1,2 +1,12 @@
.DS_Store
.direnv
build/
node_modules
/build
/bin
/.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*