Files
log-lottery/src-tauri/tauri.conf.json
2026-02-06 00:04:00 +08:00

37 lines
771 B
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "log-lottery",
"version": "0.6.0-5",
"identifier": "to2026.xyz",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:6719/log-lottery",
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build"
},
"app": {
"windows": [
{
"title": "log-lottery",
"width": 800,
"height": 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"
]
}
}