embark-plasma-demo/config/webserver.js
emizzle de6f9a8804
Convert project to Vue v3
Convert to Vue v3
2019-06-20 18:09:37 +10:00

7 lines
95 B
JavaScript

module.exports = {
enabled: false,
host: "localhost",
openBrowser: true,
port: 8000
};