aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2024-12-19 20:38:46 +0300
committerGravatar Vitaly Takmazov2024-12-19 20:50:05 +0300
commit2039a4679677b9942faebc62eca1eb36f240b293 (patch)
treed25e0a2aa6f48f78d343551365e8b2601e6eda1b /vnext
parent5255efe2e8e7990d02c6db64e56a80b57fb1a6ff (diff)
vnext: run development server on port 8081
Diffstat (limited to 'vnext')
-rw-r--r--vnext/webpack.config.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js
index 12c6e75c3..99755c70e 100644
--- a/vnext/webpack.config.js
+++ b/vnext/webpack.config.js
@@ -91,10 +91,9 @@ module.exports = (env, argv) => {
},
proxy: [{
context: ['/api'],
- target: 'http://localhost:8080',
+ target: 'http://localhost:8081',
router: () => 'https://juick.com',
secure: false,
- withCredentials: true,
changeOrigin: true
}]
}