File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 293293 "lint-fix-local" : " eslint -c .eslintrc.local.json src --ext ts --fix && npm run lint-fix --prefix webview-ui" ,
294294 "package" : " npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production" ,
295295 "pretest" : " npm run compile && npm run compile:integration" ,
296- "dev" : " cd webview-ui && npm run dev" ,
296+ "dev" : " cd webview-ui && npm run dev -- --port 5174 " ,
297297 "test" : " jest && cd webview-ui && npm run test" ,
298298 "test:integration" : " npm run build && npm run compile:integration && npx dotenvx run -f .env.integration -- node ./out-integration/test/runTest.js" ,
299299 "prepare" : " husky" ,
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
380380 }
381381
382382 private async getHMRHtmlContent ( webview : vscode . Webview ) : Promise < string > {
383- const localPort = "5173 "
383+ const localPort = "5174 "
384384 const localServerUrl = `localhost:${ localPort } `
385385
386386 // Check if local dev server is running.
You can’t perform that action at this time.
0 commit comments