File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { existsSync } from "node:fs";
55import { fileURLToPath } from "node:url" ;
66import type { Subprocess } from "bun" ;
77import pkg from "../../package.json" ;
8+ import { webmuxConfigEnvPath } from "../../backend/src/adapters/webmux-paths" ;
89
910// ── Helpers ──────────────────────────────────────────────────────────────────
1011
@@ -356,7 +357,6 @@ async function main(args: string[] = process.argv.slice(2)): Promise<void> {
356357 // and the launch project's `.env` both take precedence. Its keys join
357358 // projectEnvKeys so they're stripped from the tmux global environment like any
358359 // other secret webmux loads, rather than leaking into every session and pane.
359- const { webmuxConfigEnvPath } = await import ( "../../backend/src/adapters/webmux-paths" ) ;
360360 for ( const key of await loadEnvFile ( webmuxConfigEnvPath ( ) ) ) projectEnvKeys . add ( key ) ;
361361
362362 // When the user didn't pin a port, point CLI commands at the live server for
You can’t perform that action at this time.
0 commit comments