mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-15 04:40:40 -07:00
- Removed unnecessary isDownloading variable and related logic. - Consolidated model download state reset to the finally block for improved clarity and reliability. - Enhanced error handling by ensuring model download state is reset in case of failure.
12 lines
159 B
TOML
12 lines
159 B
TOML
[phases.setup]
|
|
nixPkgs = ["nodejs_20", "bun"]
|
|
|
|
[phases.install]
|
|
cmds = ["bun install"]
|
|
|
|
[phases.build]
|
|
cmds = ["bun run build"]
|
|
|
|
[start]
|
|
cmd = "bun run start"
|