Files
Moku/src-tauri/tauri.dev.conf.json
2026-02-21 21:50:36 -06:00

13 lines
174 B
JSON

{
"build": {
"devUrl": "http://localhost:1420",
"beforeDevCommand": "pnpm dev"
},
"app": {
"windows": [
{
"devtools": true
}
]
}
}