From 69f5b0c68b71229a711977dbbd55e2a760cefb08 Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Fri, 11 Apr 2025 14:49:17 +0200 Subject: [PATCH] add http-server part 7.9.10 CORS --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 5bd33bd..c7274f8 100644 --- a/start.sh +++ b/start.sh @@ -3,4 +3,4 @@ node dist/backend/server.js & # Starte Frontend -npx http-server dist/frontend -p 8080 --mime application/javascript=js \ No newline at end of file +npx http-server dist/frontend -p 8080 --cors --mime application/javascript=js \ No newline at end of file