Skip to content

Commit e4f1540

Browse files
committed
2 parents 71d7ebb + c92244c commit e4f1540

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# craft-vue
22

3-
All the power of a Vue CLI's scaffolding & single file components tailored for a Craft CMS project.
3+
All the power of Vue CLI's scaffolding & single file components tailored for a Craft CMS project.
44

55
## What's Included
66

vue.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module.exports = {
2323
// host: config.host,
2424
// port: config.port,
2525
https: config.https,
26+
clientLogLevel: 'info',
2627
headers: { 'Access-Control-Allow-Origin': '*' },
2728
before(app, server) {
2829
const sane = require('sane')

0 commit comments

Comments
 (0)