Adds ServiceWorker Service

Adds ServiceWorker Service for Updating PWA
This commit is contained in:
2023-08-28 03:48:05 -03:00
parent f6afe859c3
commit da3382b74e
4 changed files with 52 additions and 4 deletions

View File

@@ -3,7 +3,10 @@
"version": "0.0.0",
"scripts": {
"start": "node ./server.js",
"serve": "ng serve"
"build": "ng build",
"serve": "ng serve",
"serve:prod": "ng serve --configuration=production",
"build:prod": "ng build --configuration=production"
},
"proxy": {
"/callback": {
@@ -62,4 +65,4 @@
"ts-interface-builder": "^0.3.3",
"typescript": "~4.9.5"
}
}
}