I'm creating some Wails Apps (https://wails.io/) through the command "wails init -n HERE -t react-ts -ide vscode". I have already created one that uses npm and node. (It works fine)
Now I'm going to try Deno. So, after running that command in a new directory. I changed wails.json to use deno as the document said:
The weird thing is after I run wails devwails dev, it executes new window (HERE) + old frontend app (which I created previously). But if I change back to use npm runnpm run version. It works fine.
Don't know what's going on... Maybe someone could figure that out.