feat: Data and run
This commit is contained in:
@@ -39,6 +39,9 @@
|
||||
},
|
||||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"options": {
|
||||
"proxyConfig": "proxy.conf.json"
|
||||
},
|
||||
"configurations": {
|
||||
"production": { "buildTarget": "hipctf:build:production" },
|
||||
"development": { "buildTarget": "hipctf:build:development" }
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"/api": {
|
||||
"target": "http://localhost:3000",
|
||||
"secure": false,
|
||||
"changeOrigin": true,
|
||||
"ws": false
|
||||
},
|
||||
"/uploads": {
|
||||
"target": "http://localhost:3000",
|
||||
"secure": false,
|
||||
"changeOrigin": true,
|
||||
"ws": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user