chore: split production build into CPU and CUDA scripts

This commit is contained in:
2026-06-28 21:13:12 +01:00
parent 2ce1547844
commit a40a2e8d12
3 changed files with 10 additions and 5 deletions
+5 -2
View File
@@ -109,8 +109,11 @@ pnpm dev:app
# Frontend only
pnpm dev:vite
# Production build
pnpm build:app
# Production build (CPU)
pnpm build:app:cpu
# Production build (CUDA / GPU-accelerated)
pnpm build:app:cuda
# Type-check the frontend
pnpm build:vite