Skip to content
Snippets Groups Projects
Commit 1788c619 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2574 OZG-3439 Fix Proxy config

parent 7a4e4183
No related branches found
No related tags found
No related merge requests found
......@@ -378,7 +378,8 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "goofy:build"
"browserTarget": "goofy:build",
"proxyConfig": "proxy.conf.mjs"
},
"configurations": {
"production": {
......
......@@ -4,8 +4,8 @@
"license": "MIT",
"scripts": {
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2020 browser module main --first-only --create-ivy-entry-points",
"start": "nx serve --port 4300 --disable-host-check --proxy-config proxy.conf.json --verbose",
"start-for-screenreader": "nx serve --host 192.168.178.20 --port 4300 --disable-host-check --proxy-config proxy.conf.json --verbose",
"start": "nx serve --port 4300 --disable-host-check --verbose",
"start-for-screenreader": "nx serve --host 192.168.178.20 --port 4300 --disable-host-check --verbose",
"start:devbe": "nx serve --port 4300 --disable-host-check --proxy-config proxy.dev.conf.json --verbose",
"build": "nx build",
"test": "node ./node_modules/.bin/nx run-many --target=test --all --parallel --maxParallel 8 --runInBand",
......
[
export default [
{
"context": [
"/api",
......@@ -12,4 +12,4 @@
"secure": false,
"logLevel": "debug"
}
]
\ No newline at end of file
];
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment