Files
naomi e87103908f
CI / Lint & Check (push) Failing after 10s
CI / Build Windows (push) Has been skipped
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m8s
release: v1.0.0
2026-04-09 20:22:49 -07:00

39 lines
760 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "tatsumi",
"version": "1.0.0",
"identifier": "com.naomi.tatsumi",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "Tatsumi",
"width": 1400,
"height": 900,
"minWidth": 900,
"minHeight": 600,
"center": true
}
],
"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"
]
}
}