use different ports for dev and live modes

This commit is contained in:
Joseph Montanaro
2022-12-21 16:22:24 -08:00
parent bf4c46238e
commit 398916fe10
2 changed files with 12 additions and 4 deletions

View File

@ -29,7 +29,7 @@
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "com.tauri.dev",
"identifier": "creddy",
"longDescription": "",
"macOS": {
"entitlements": null,
@ -60,7 +60,8 @@
"resizable": true,
"label": "main",
"title": "Creddy",
"width": 800
"width": 800,
"visible": false
}
],
"systemTray": {