Skip to content

Commit 1a39931

Browse files
authored
fix: correct localhost url in dev webpack (#2098)
1 parent 318e979 commit 1a39931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/webpack.dev.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const config: Configuration = {
6363
port: process.env.PORT || 8080,
6464
proxy: {
6565
"/api": {
66-
target: "https://dev.coder.com",
66+
target: "http://localhost:3000",
6767
ws: true,
6868
secure: false,
6969
},

0 commit comments

Comments
 (0)