Move state management into svelte store

This commit is contained in:
space-nuko
2023-04-05 11:10:03 -05:00
parent dbe65fa98c
commit b754243d27
5 changed files with 154 additions and 144 deletions

View File

@@ -4,7 +4,7 @@ import FullReload from 'vite-plugin-full-reload'
export default defineConfig({
plugins: [
sveltekit()
sveltekit(),
FullReload(["src/**/*.{js,ts,svelte}"])
],
build: {