add http-server part 7.9.10 CORS
All checks were successful
ci / build (push) Successful in 1m17s

This commit is contained in:
Christopher Hase 2025-04-11 14:49:17 +02:00
parent 73063edd3f
commit 69f5b0c68b

View file

@ -3,4 +3,4 @@
node dist/backend/server.js &
# Starte Frontend
npx http-server dist/frontend -p 8080 --mime application/javascript=js
npx http-server dist/frontend -p 8080 --cors --mime application/javascript=js