Add npm start command back

This commit is contained in:
Gregory Schier
2024-09-27 05:46:12 -07:00
committed by GitHub
parent 08531fa1ff
commit eb8f66dca2

View File

@@ -16,6 +16,7 @@
"src-web"
],
"scripts": {
"start": "npm run app-build",
"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",