Align Tauri dev flow with shared renderer

This commit is contained in:
Shantur Rathore
2025-11-23 10:37:45 +00:00
parent 073604c9f5
commit 0a9b7fafed
4 changed files with 54 additions and 4 deletions

View File

@@ -337,9 +337,6 @@ jobs:
- name: Ensure rollup native binary
run: npm install @rollup/rollup-linux-x64-gnu --no-save
- name: Bundle server assets for Tauri
run: npm run bundle:server --workspace @codenomad/tauri-app
- name: Build Linux bundle (Tauri)
run: npm run build --workspace @codenomad/tauri-app