Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013f028 commit ee66d0eCopy full SHA for ee66d0e
site/webpack.dev.ts
@@ -14,7 +14,7 @@ const commonPlugins = commonWebpackConfig.plugins || []
14
const commonRules = commonWebpackConfig.module?.rules || []
15
16
const config: Configuration = {
17
- ...createCommonWebpackConfig,
+ ...commonWebpackConfig,
18
19
// devtool controls how source maps are generated. In development, we want
20
// more details (less optimized) for more readability and an easier time
@@ -63,7 +63,7 @@ const config: Configuration = {
63
port: process.env.PORT || 8080,
64
proxy: {
65
"/api": {
66
- target: "http://localhost:3000",
+ target: "https://dev.coder.com",
67
ws: true,
68
secure: false,
69
},
0 commit comments