Files
YMhut-box-C-/src/YMhut.Box.PluginTauriHost/src-tauri/tauri.conf.json
T

17 lines
362 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "YMhut Plugin Host",
"version": "0.1.0",
"identifier": "com.ymhut.box.pluginhost",
"build": {
"beforeDevCommand": "",
"beforeBuildCommand": "",
"devUrl": "http://localhost:1420",
"frontendDist": "../"
},
"app": {
"withGlobalTauri": false,
"windows": []
}
}