We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318e979 commit 1a39931Copy full SHA for 1a39931
site/webpack.dev.ts
@@ -63,7 +63,7 @@ const config: Configuration = {
63
port: process.env.PORT || 8080,
64
proxy: {
65
"/api": {
66
- target: "https://dev.coder.com",
+ target: "http://localhost:3000",
67
ws: true,
68
secure: false,
69
},
0 commit comments