Skip to content

Commit 506a7ca

Browse files
committed
feat: add support for backward compatibility flags in templates
1 parent cf99657 commit 506a7ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

worker/services/sandbox/sandboxSdkClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ export class SandboxSdkClient extends BaseSandboxService {
591591
try {
592592
// Use CLI tools for enhanced monitoring instead of direct process start
593593
const process = await this.getSandbox().startProcess(
594-
`monitor-cli process start --instance-id ${instanceId} --port ${port} -- bun run dev`,
594+
`VITE_LOGGER_TYPE=json monitor-cli process start --instance-id ${instanceId} --port ${port} -- bun run dev`,
595595
{ cwd: instanceId }
596596
);
597597
this.logger.info('Development server started', { instanceId, processId: process.id });

0 commit comments

Comments
 (0)