Update for documentation and config of repo location

This commit is contained in:
NinjaPug
2025-07-07 12:44:39 -04:00
parent 430cd263ac
commit 41f3df8289
18 changed files with 342 additions and 119 deletions

View File

@@ -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"
}
}
}