add base api path to nestjs: "api"

This commit is contained in:
Roland Schneider
2025-11-13 21:49:41 +01:00
parent e09110346e
commit 19ca0c086c
9 changed files with 73 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
@@ -44,4 +44,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.9.2"
}
}
}