fix: correct localhost url in dev webpack (#2098)

This commit is contained in:
Garrett Delfosse
2022-06-06 13:38:39 -05:00
committed by GitHub
parent 318e9792ad
commit 1a39931d56

View File

@ -63,7 +63,7 @@ const config: Configuration = {
port: process.env.PORT || 8080,
proxy: {
"/api": {
target: "https://dev.coder.com",
target: "http://localhost:3000",
ws: true,
secure: false,
},