mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-22 06:57:32 +01:00
Update build script for the service worker
This commit is contained in:
parent
1f7802d0e0
commit
36c4ff6c0e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"dev": "sapper dev",
|
||||
"build": "sapper build --legacy",
|
||||
"export": "sapper export --legacy",
|
||||
"export": "sapper export --legacy && cp __sapper__/build/firebase-messaging-sw.js __sapper__/export",
|
||||
"start": "node __sapper__/build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue