mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-15 11:34:45 +00:00
add service worker config
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"scripts": {
|
||||
"dev": "sapper dev",
|
||||
"build": "sapper build",
|
||||
"start": "cross-env NODE_ENV=production node server.js",
|
||||
"export": "sapper export",
|
||||
"start": "cross-env NODE_ENV=production node .sapper/server.js",
|
||||
"cy:run": "cypress run",
|
||||
"cy:open": "cypress open",
|
||||
"test": "run-p --race dev cy:run"
|
||||
|
||||
Reference in New Issue
Block a user