You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"dev:windows": "bun run client:build && deno task compile:windows && bun run copy:backend:windows && bunx tauri dev",
24
+
"dev:linux": "bun run client:build && deno task compile:linux && bun run copy:backend:linux && bunx tauri dev",
25
+
"dev:macos": "bun run client:build && deno task compile:macos && bun run copy:backend:macos && bunx tauri dev",
26
+
"clean:bin": "bunx rimraf src-tauri/bin",
27
+
"copy:backend:windows": "bun run clean:bin && bunx cpx2 \"server/dist/agentic-signal-backend.exe\" src-tauri/bin/",
28
+
"copy:backend:linux": "bun run clean:bin && bunx cpx2 \"server/dist/agentic-signal-backend-linux\" src-tauri/bin/",
29
+
"copy:backend:macos": "bun run clean:bin && bunx cpx2 \"server/dist/agentic-signal-backend-macos\" src-tauri/bin/",
29
30
"build:windows": "bun run sync:tauri-version && bun run client:build && deno task compile:windows && bun run copy:backend:windows && bunx tauri build",
30
31
"build:linux": "bun run sync:tauri-version && bun run client:build && deno task compile:linux && bun run copy:backend:linux && bunx tauri build",
31
32
"build:macos": "bun run sync:tauri-version && bun run client:build && deno task compile:macos && bun run copy:backend:macos && bunx tauri build",
0 commit comments