Files
Alpha/src-tauri/tauri.conf.json
T
2026-05-25 21:37:31 -05:00

29 lines
596 B
JSON

{
"$schema": "https://raw.githubusercontent.com/nicedoc/tauri/dev/crates/tauri-config-schema/schema.json",
"productName": "alpha",
"version": "0.1.0",
"identifier": "com.teloprax.alpha",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:5173",
"beforeDevCommand": "bun dev",
"beforeBuildCommand": "bun run build"
},
"app": {
"windows": [
{
"title": "Alpha",
"width": 1280,
"height": 800,
"resizable": true
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": false
}
}