diff --git a/package.json b/package.json index 14a3604..d743fcb 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test", - "production": "ng serve --host 0.0.0.0 --port 80 --configuration=production" + "production": "ng serve --host 0.0.0.0 --port 80 --configuration=production --disable-host-check" }, "private": true, "dependencies": { diff --git a/vite.config.js b/vite.config.js deleted file mode 100644 index 13e8532..0000000 --- a/vite.config.js +++ /dev/null @@ -1,7 +0,0 @@ -import { defineConfig } from 'vite'; - -export default defineConfig({ - server: { - allowedHosts: ['codefirst.iut.uca.fr'] - } -}); \ No newline at end of file