1579686fdd
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
17 lines
426 B
JSON
17 lines
426 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "spacesh",
|
|
"version": "0.1.0",
|
|
"identifier": "xyz.spacesh.app",
|
|
"build": {
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeDevCommand": "npm run dev",
|
|
"beforeBuildCommand": "npm run build"
|
|
},
|
|
"app": {
|
|
"windows": [{ "title": "spacesh", "width": 1100, "height": 720 }],
|
|
"security": { "csp": null }
|
|
}
|
|
}
|