feat: Data and run

This commit is contained in:
OpenVelo Agent
2026-07-22 19:56:31 +00:00
parent 3c146a92f9
commit 74e689f25f
17 changed files with 169 additions and 46 deletions
+3
View File
@@ -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" }
+14
View File
@@ -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
}
}