commit | 2a51327c9612d6908f335b0e4c80afaeba8d2b9d | [log] [tgz] |
---|---|---|
author | Marcus Christie <machristie@apache.org> | Tue May 02 16:57:21 2023 -0400 |
committer | Marcus Christie <machristie@apache.org> | Tue May 02 16:57:21 2023 -0400 |
tree | 38216315d283c25551038724dc925cfe68def8ad | |
parent | dd7ba079d5ce4a9233d910511a4cf2bf228c89b3 [diff] |
Run dev server on port 9002 since local Custos docker containers take ports 9000 and 9001
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: