refactor(app): extract previewChords to song-utils, simplify API_BASE, fix useEffect deps and cleanup

This commit is contained in:
2026-04-08 03:53:44 +02:00
parent 19829a0589
commit 582bdbd901
22 changed files with 1944 additions and 42 deletions

View File

@@ -0,0 +1,7 @@
import type { Config } from "@react-router/dev/config";
export default {
// Config options...
// Server-side render by default, to enable SPA mode set this to `false`
ssr: true,
} satisfies Config;