This commit is contained in:
2019-12-13 11:46:15 +08:00
parent eaf48b86c3
commit 703f411ee7
17 changed files with 2662 additions and 2030 deletions

View File

@ -8,7 +8,7 @@ const app = new Koa()
const config = require('../nuxt.config.js')
config.dev = !(app.env === 'production')
async function start() {
async function start () {
// Instantiate nuxt.js
const nuxt = new Nuxt(config)