mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix: correct localhost url in dev webpack (#2098)
This commit is contained in:
@ -63,7 +63,7 @@ const config: Configuration = {
|
|||||||
port: process.env.PORT || 8080,
|
port: process.env.PORT || 8080,
|
||||||
proxy: {
|
proxy: {
|
||||||
"/api": {
|
"/api": {
|
||||||
target: "https://dev.coder.com",
|
target: "http://localhost:3000",
|
||||||
ws: true,
|
ws: true,
|
||||||
secure: false,
|
secure: false,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user