mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-21 16:29:20 -04:00
feat(tauri): Automatically start frontend dev server when running cargo tauri dev (#63)
This commit is contained in:
parent
ff2e3ae8dd
commit
e4bddd2287
@ -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": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user