mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-11 21:41:36 +00:00
chore: generate
This commit is contained in:
parent
debcff2b6b
commit
bd1bdc4f04
1 changed files with 1 additions and 3 deletions
|
|
@ -60,9 +60,7 @@ async function readSnapshot() {
|
|||
}
|
||||
|
||||
function startDevServer(data: any) {
|
||||
const env = Object.fromEntries(
|
||||
Object.entries(data.env ?? {}).filter(([, value]) => value !== undefined),
|
||||
)
|
||||
const env = Object.fromEntries(Object.entries(data.env ?? {}).filter(([, value]) => value !== undefined))
|
||||
|
||||
return Bun.spawn(["bun", "run", "dev", "serve", "--port", String(data.port), "--print-logs"], {
|
||||
env: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue