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