mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-21 07:59:33 +00:00
move errors.js
This commit is contained in:
parent
a0d888d976
commit
61111c87f0
2
bin/nuxt
2
bin/nuxt
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
const join = require('path').join
|
const join = require('path').join
|
||||||
require('../lib/common/errors')
|
require('../lib/common/cli/errors')
|
||||||
|
|
||||||
const defaultCommand = 'dev'
|
const defaultCommand = 'dev'
|
||||||
const commands = new Set([
|
const commands = new Set([
|
||||||
|
Loading…
Reference in New Issue
Block a user