We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6a9e0 commit 340eaaeCopy full SHA for 340eaae
scripts/init-worktree.ts
@@ -215,7 +215,6 @@ function createEnvDevelopmentLocalFile(
215
# This file has highest precedence in Bun's .env loading order, overriding .env.local
216
# PORT is used by Next.js dev server
217
PORT=${args.webPort}
218
-NEXT_PUBLIC_CODEBUFF_BACKEND_URL=localhost:${args.backendPort}
219
NEXT_PUBLIC_WEB_PORT=${args.webPort}
220
NEXT_PUBLIC_CODEBUFF_APP_URL=http://localhost:${args.webPort}
221
`
0 commit comments