Adds ServiceWorker Service
Adds ServiceWorker Service for Updating PWA
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user