When I run cargo tauri dev in the Terminal, my app starts correctly, but when I try using Tauri: Dev from the Command Palette, I get this output:
npm ERR! Missing script: "tauri"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in: /Users/andrew/.npm/_logs/2024-01-22T17_16_56_539Z-debug-0.log
-----------------------
Hi there,
When I run
cargo tauri dev
in the Terminal, my app starts correctly, but when I try usingTauri: Dev
from the Command Palette, I get this output:Is there a way to tell it to use cargo instead?