Upgrade vanilla-app to the latest version

This commit is contained in:
Jerome Wu
2023-08-09 17:17:29 +08:00
parent f376902cad
commit 681037db97
2 changed files with 6 additions and 4 deletions

View File

@@ -4,7 +4,8 @@
"description": "browser example",
"private": true,
"scripts": {
"prestart": "node ../../scripts/download-assets.js",
"download": "node ../../scripts/download-assets.js",
"prestart": "npm run download",
"start": "node server.js"
},
"author": "Jerome Wu <jeromewus@gmail.com>",