This commit is contained in:
2026-01-11 08:19:27 +01:00
parent f2732b36f2
commit bdd3e30f14
17 changed files with 3088 additions and 23 deletions

14
webapp/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "radiocast-webapp",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5174"
},
"devDependencies": {
"vite": "^5.0.0"
}
}