Update package.json

This commit is contained in:
Gregory Schier
2024-09-27 06:01:31 -07:00
committed by GitHub
parent 0f0eba244c
commit 6583615885

View File

@@ -16,7 +16,7 @@
"src-web"
],
"scripts": {
"start": "npm run app-build",
"start": "npm run app-dev",
"app-build": "tauri build",
"app-dev": "tauri dev --no-watch --config ./src-tauri/tauri-dev.conf.json",
"bootstrap": "run-p bootstrap:* && npm run --workspace plugin-runtime build",