Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chasegiunta committed Sep 1, 2018
2 parents 71d7ebb + c92244c commit e4f1540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# craft-vue

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

## What's Included

Expand Down
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
// host: config.host,
// port: config.port,
https: config.https,
clientLogLevel: 'info',
headers: { 'Access-Control-Allow-Origin': '*' },
before(app, server) {
const sane = require('sane')
Expand Down

0 comments on commit e4f1540

Please sign in to comment.