1986-04-26 01:23:45 +03:00

40 lines
862 B
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "PromptMutator",
"version": "0.1.0",
"identifier": "com.staythree.promptmutator",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:1420",
"beforeDevCommand": "pnpm dev -- --host 0.0.0.0 --port 1420",
"beforeBuildCommand": "pnpm build"
},
"app": {
"windows": [
{
"title": "PromptMutator",
"width": 1480,
"height": 980,
"minWidth": 1180,
"minHeight": 820,
"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"
]
}
}