mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 10:33:01 +00:00
git-subtree-dir: packages/frontend git-subtree-mainline:d7bdd20dc4git-subtree-split:ecaa662131
32 lines
632 B
JSON
32 lines
632 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "issue",
|
|
"version": "0.1.0",
|
|
"identifier": "com.hex248.issue",
|
|
"build": {
|
|
"beforeDevCommand": "bun run dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeBuildCommand": "bun run build",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Issue Project Manager",
|
|
"width": 1600,
|
|
"height": 900,
|
|
"minWidth": 640,
|
|
"minHeight": 360,
|
|
"decorations": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all"
|
|
}
|
|
}
|