Complete incidents functionality #97

Merged
amigan merged 27 commits from incidentsEditRecord into trunk 2025-01-05 22:11:47 -05:00
Showing only changes of commit b6d1cc6d63 - Show all commits

View file

@ -14,8 +14,13 @@ buildpprof:
client/stillbox/dist: client/stillbox/dist:
cd client/stillbox && npm install && ng build -c production cd client/stillbox && npm install && ng build -c production
web: web: web-install web-build
cd client/stillbox && npm install && ng build -c production
web-build:
cd client/stillbox && ng build -c production
web-install:
cd client/stillbox && npm install
clean: clean:
rm -rf client/calls/ client/stillbox/dist/ client/stillbox/node_modules/ rm -rf client/calls/ client/stillbox/dist/ client/stillbox/node_modules/