Update for documentation and config of repo location
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"version": "1.1.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --proxy-config proxy.conf.json",
|
||||
"start": "node generate-proxy-config.js && ng serve --proxy-config proxy.conf.json",
|
||||
"start:dev": "npm run start",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"serve": "ng serve --host 0.0.0.0 --port 4200"
|
||||
@@ -31,4 +32,4 @@
|
||||
"@types/node": "^18.7.0",
|
||||
"typescript": "~5.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user