Files
launcher/src-tauri/tauri.conf.json
2025-08-29 00:55:38 -07:00

30 lines
606 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Berry Dash Launcher",
"version": "1.1.0",
"identifier": "xyz.lncvrt.berrydash-launcher",
"build": {
"beforeDevCommand": "yarn dev",
"devUrl": "http://localhost:3000",
"beforeBuildCommand": "yarn build",
"frontendDist": "../out"
},
"app": {
"windows": [
{
"title": "Berry Dash Launcher",
"width": 1000,
"height": 600,
"resizable": false,
"maximizable": false
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": false
}
}