mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
Run tauri dev with a separate bundle identifier and OPENWRK_DATA_DIR so dev and production can run side-by-side without clobbering app data or openwrk state.
6 lines
134 B
JSON
6 lines
134 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "OpenWork Dev",
|
|
"identifier": "com.differentai.openwork.dev"
|
|
}
|