We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4871a10 commit c92244cCopy full SHA for c92244c
vue.config.js
@@ -23,6 +23,7 @@ module.exports = {
23
// host: config.host,
24
// port: config.port,
25
https: config.https,
26
+ clientLogLevel: 'info',
27
headers: { 'Access-Control-Allow-Origin': '*' },
28
before(app, server) {
29
const sane = require('sane')
0 commit comments