Skip to content

Commit

Permalink
fix: 修复bin文件取不到node的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
limengke123 committed Jul 15, 2019
1 parent b101596 commit df91c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! usr/bin/env node
#!/usr/bin/env node

const program = require('commander')
const { mock, generateSchema, generateData, startServer, loadConfig, loadDir } = require('../lib/index')
Expand Down

0 comments on commit df91c01

Please sign in to comment.