18 lines
495 B
JSON
18 lines
495 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "Desktop Mark RPA",
|
|
"version": "0.1.0",
|
|
"identifier": "com.desktopmark.tauri",
|
|
"build": {
|
|
"beforeDevCommand": "vite --host 127.0.0.1",
|
|
"devUrl": "http://127.0.0.1:1420",
|
|
"beforeBuildCommand": "npm run typecheck && vite build",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [],
|
|
"security": { "csp": null }
|
|
},
|
|
"bundle": { "active": true, "targets": "all", "icon": ["icons/icon.ico"] }
|
|
}
|