I've gone ahead and implemented a yarn build-desktop script to bundle the Tauri app directly from the root folder. It uses turborepo with the usual db-generate dependency.
For now this is separated from the main turborepo build script as I cannot test it. When this is tested we can add the build:tauri script to the dependencies of the main build script.
I've gone ahead and implemented a
yarn build-desktop
script to bundle the Tauri app directly from the root folder. It uses turborepo with the usualdb-generate
dependency.For now this is separated from the main turborepo build script as I cannot test it. When this is tested we can add the
build:tauri
script to the dependencies of the mainbuild
script.