From 2039a4679677b9942faebc62eca1eb36f240b293 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 19 Dec 2024 20:38:46 +0300 Subject: vnext: run development server on port 8081 --- vnext/webpack.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vnext') 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 }] } -- cgit v1.2.3