This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch local-custos-integration-fixes
in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git

commit 2a51327c9612d6908f335b0e4c80afaeba8d2b9d
Author: Marcus Christie <[email protected]>
AuthorDate: Tue May 2 16:57:21 2023 -0400

    Run dev server on port 9002 since local Custos docker containers take ports 
9000 and 9001
---
 vue.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vue.config.js b/vue.config.js
index 376881d..83fe34d 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,5 +1,5 @@
 const BundleTracker = require("webpack-bundle-tracker");
-const port = 9000;
+const port = 9002;
 
 module.exports = {
   publicPath:

Reply via email to