Skip to content

Commit aec2c72

Browse files
authored
Merge pull request #23 from trypear/devving
Added devving
2 parents d33450a + af5bf2b commit aec2c72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
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",

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)