Complete incidents functionality #97

Merged
amigan merged 27 commits from incidentsEditRecord into trunk 2025-01-05 22:11:47 -05:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit c30ea57bb8 - Show all commits

View file

@ -61,6 +61,10 @@
"optimization": false,
"extractLicenses": false,
"sourceMap": true,
"index": {
"input": "src/index.dev_nocsp.html",
"output": "index.html"
},
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
@ -73,6 +77,9 @@
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"proxyConfig": "src/proxy.conf.json"
},
"configurations": {
"production": {
"buildTarget": "stillbox:build:production"

View file

@ -1,3 +1,3 @@
export const environment = {
baseUrl: 'http://xenon:3050',
baseUrl: '',
};