feat: add country selection, cron automation, sparkle effects and layout fixes

This commit is contained in:
2026-04-29 16:34:09 +02:00
parent c8f8c76e8a
commit 8bd9106ff3
11 changed files with 1130 additions and 52 deletions

View File

@@ -10,6 +10,7 @@
"preview": "vite preview",
"serve:backend": "node server/index.mjs",
"update:stations": "node scripts/update-stations.mjs",
"update:stations:build": "npm run update:stations && npm run build",
"radio:import": "tsx scripts/import-radio-stations.ts",
"typecheck": "tsc --noEmit"
},