WebSocket update
Some checks failed
Setup testing environment and test the code / build (push) Failing after 1m4s

This commit is contained in:
2026-04-05 15:52:39 +02:00
parent 52eb73374b
commit f6b5d12914
3 changed files with 4 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ jobs:
run: |
echo "API_URL=http://api:3000" >> .env
echo "CDN_URL=http://cdn:4000" >> .env
echo "WS_URL=ws://api:3000" >> .env
- name: Run Vitest
run: |