refactor: Prototype of tanstack-query (#34)

* move getApiUrl to api folder

* adjust imports

* tanstack-query example with homeData

* small adjustments

* fix key collision

* new MusicSource persistent mechanism example

* add error handling & set sveltekit to SPA mode

* remove unnecessary ssr test
This commit is contained in:
Arno
2026-04-11 14:46:07 +02:00
committed by GitHub
parent e74ff3b3c4
commit 63ccf03dac
36 changed files with 769 additions and 521 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ Frontend:
```bash
cd frontend
cp env.dev.example .env
cp env.development.example .env.development
pnpm install
pnpm run dev
```