Rewrite page in Svelte 5 #49

Merged
Neshura merged 94 commits from rewrite/svelte into main 2024-01-06 14:12:09 +00:00
Showing only changes of commit bd0b102d02 - Show all commits

30
.gitignore vendored
View file

@ -1,20 +1,10 @@
# do not track installed modules .DS_Store
/node_modules/ node_modules
/.vscode/ /build
/.svelte-kit
# do not track built files /package
/.next/ .env
*.tsbuildinfo .env.*
next-env.d.ts !.env.example
vite.config.js.timestamp-*
# debug vite.config.ts.timestamp-*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# production
/build/
/data/
/confs/
/private/