chore(deps): re-init with latest svelte-kit

This commit is contained in:
Julian Tölle 2023-03-25 22:05:28 +01:00
parent 45e37e2038
commit db8d8e47ee
24 changed files with 553 additions and 1499 deletions

13
.eslintignore Normal file
View file

@ -0,0 +1,13 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock