theo/mobile/vue.config.js.dist
Lance Edgar 8c738d3ee8 Add very basic mobile app support for Theo
much more to come yet, but should be enough to launch a demo
2021-01-28 21:15:34 -06:00

12 lines
213 B
JavaScript

// -*- mode: js; -*-
module.exports = {
publicPath: '/m/',
devServer: {
host: '127.0.0.1',
port: 6647,
public: 'theo-demo.example.com',
// clientLogLevel: 'debug',
}
}