feat(tauri): Automatically start frontend dev server when running cargo tauri dev (#63)

This commit is contained in:
binarybaron 2024-09-06 13:25:26 +02:00 committed by GitHub
parent ff2e3ae8dd
commit e4bddd2287
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,11 @@
"identifier": "net.unstoppableswap.gui",
"build": {
"devUrl": "http://localhost:1420",
"frontendDist": "../src-gui/dist"
"frontendDist": "../src-gui/dist",
"beforeDevCommand": {
"cwd": "../src-gui",
"script": "yarn run dev"
}
},
"app": {
"windows": [