Files
SpotifyRecAlg/apps/web/package.json
T
Tomas Dvorak 6e8fedf534 first commit
2026-04-13 17:46:58 +02:00

10 lines
189 B
JSON

{
"name": "flow-web",
"version": "1.0.0",
"description": "Minimal music discovery UI",
"scripts": {
"start": "npx serve . -p 3000 -s",
"dev": "npx serve . -p 3000 -s"
}
}