Dr-Panel/src-tauri/tauri.conf.json

43 lines
835 B
JSON

{
"productName": "Matab Panel",
"version": "1.0.0",
"identifier": "com.matab.panel",
"build": {
"beforeDevCommand": "php artisan serve",
"devUrl": "http://localhost:8000",
"frontendDist": "../public"
},
"app": {
"windows": [
{
"title": "سیستم مدیریت مطب",
"width": 1280,
"height": 800,
"minWidth": 800,
"minHeight": 600,
"resizable": true,
"fullscreen": false
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"windows": {
"webviewInstallMode": {
"type": "offlineInstaller"
}
}
}
}