2026-02-14 18:20:07 +01:00
|
|
|
{
|
|
|
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
|
|
|
|
"productName": "laputa",
|
|
|
|
|
"version": "0.1.0",
|
2026-02-23 12:03:43 +01:00
|
|
|
"identifier": "club.refactoring.laputa",
|
2026-02-14 18:20:07 +01:00
|
|
|
"build": {
|
|
|
|
|
"frontendDist": "../dist",
|
2026-03-02 23:20:49 +01:00
|
|
|
"devUrl": "http://localhost:5202",
|
2026-02-14 18:20:07 +01:00
|
|
|
"beforeDevCommand": "pnpm dev",
|
2026-03-02 23:31:04 +01:00
|
|
|
"beforeBuildCommand": "pnpm build && pnpm bundle-mcp"
|
2026-02-14 18:20:07 +01:00
|
|
|
},
|
|
|
|
|
"app": {
|
2026-02-15 10:00:29 +01:00
|
|
|
"withGlobalTauri": true,
|
2026-02-14 18:20:07 +01:00
|
|
|
"windows": [
|
|
|
|
|
{
|
|
|
|
|
"title": "Laputa",
|
|
|
|
|
"width": 1400,
|
|
|
|
|
"height": 900,
|
|
|
|
|
"resizable": true,
|
2026-02-15 10:00:29 +01:00
|
|
|
"fullscreen": false,
|
2026-02-25 21:43:16 +01:00
|
|
|
"titleBarStyle": "Overlay",
|
|
|
|
|
"hiddenTitle": true,
|
2026-02-21 19:11:37 +01:00
|
|
|
"backgroundColor": "#F7F6F3"
|
2026-02-14 18:20:07 +01:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"security": {
|
2026-02-21 13:06:04 +01:00
|
|
|
"csp": null,
|
|
|
|
|
"assetProtocol": {
|
|
|
|
|
"enable": true,
|
2026-02-23 12:03:43 +01:00
|
|
|
"scope": [
|
|
|
|
|
"**"
|
|
|
|
|
]
|
2026-02-21 13:06:04 +01:00
|
|
|
}
|
2026-02-14 18:20:07 +01:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"bundle": {
|
|
|
|
|
"active": true,
|
|
|
|
|
"targets": "all",
|
2026-02-22 12:10:24 +01:00
|
|
|
"createUpdaterArtifacts": true,
|
2026-03-02 23:31:04 +01:00
|
|
|
"resources": {
|
|
|
|
|
"resources/mcp-server/**/*": "mcp-server/"
|
|
|
|
|
},
|
2026-02-14 18:20:07 +01:00
|
|
|
"icon": [
|
|
|
|
|
"icons/32x32.png",
|
|
|
|
|
"icons/128x128.png",
|
|
|
|
|
"icons/128x128@2x.png",
|
|
|
|
|
"icons/icon.icns",
|
|
|
|
|
"icons/icon.ico"
|
2026-02-28 12:03:02 +01:00
|
|
|
]
|
2026-02-22 12:10:24 +01:00
|
|
|
},
|
|
|
|
|
"plugins": {
|
|
|
|
|
"updater": {
|
|
|
|
|
"endpoints": [
|
2026-02-28 19:39:28 +01:00
|
|
|
"https://refactoringhq.github.io/laputa-app/latest.json"
|
2026-02-22 12:10:24 +01:00
|
|
|
],
|
2026-02-27 21:53:47 +01:00
|
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDRFQzlGQ0RFM0E1MTIzNDkKUldSSkkxRTYzdnpKVG13M0Zwd3M1RzErbWhJeEhBQUQyaG90bHBtMkNzMm1MNERZRlpXSGFRMTUK"
|
2026-02-22 12:10:24 +01:00
|
|
|
}
|
2026-02-14 18:20:07 +01:00
|
|
|
}
|
2026-02-23 13:18:43 +01:00
|
|
|
}
|