BREAKING CHANGE: migrate to new routing system

This commit is contained in:
afn
2022-10-09 20:24:18 -04:00
parent 9e3f773a0c
commit 508269e52d
9 changed files with 1107 additions and 684 deletions

View File

@@ -6,7 +6,6 @@
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint .",