Added spotify and moved away from hardcoded urls
Some checks failed
Build App / build (push) Has been cancelled

This commit is contained in:
2026-03-01 18:30:31 +01:00
parent d29a2a565d
commit 6f66342dea
15 changed files with 516 additions and 27 deletions

View File

@@ -7,6 +7,8 @@ services:
- tv_node_modules:/app/node_modules
ports:
- "4173:4173"
env_file:
- .env
command: >
sh -c "
npm install -g pnpm --silent &&