21 lines
405 B
JSON
21 lines
405 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"build": {
|
|
"beforeBuildCommand": "bun run generate:tauri-menu && vite build --mode native-test"
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [
|
|
{
|
|
"title": "OpenPencil Native Test",
|
|
"width": 1280,
|
|
"height": 800,
|
|
"dragDropEnabled": false
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"active": false
|
|
}
|
|
}
|