Skip to content

Commit 340eaae

Browse files
committed
chore: drop legacy backend env var from worktree setup
1 parent 3f6a9e0 commit 340eaae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/init-worktree.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ function createEnvDevelopmentLocalFile(
215215
# This file has highest precedence in Bun's .env loading order, overriding .env.local
216216
# PORT is used by Next.js dev server
217217
PORT=${args.webPort}
218-
NEXT_PUBLIC_CODEBUFF_BACKEND_URL=localhost:${args.backendPort}
219218
NEXT_PUBLIC_WEB_PORT=${args.webPort}
220219
NEXT_PUBLIC_CODEBUFF_APP_URL=http://localhost:${args.webPort}
221220
`

0 commit comments

Comments
 (0)