diff --git a/package.json b/package.json index a138df2..4ec8c6d 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "scripts": { "start": "npm run dev", "dev": "npm run tauri dev", + "dev:withtool": "npm run tauri dev -- --features devtools", "build": "npm run tauri build -- --target universal-apple-darwin", "tauri": "tauri" },