removing init import.
This commit is contained in:
parent
d23a34687f
commit
5d1c23373f
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
// have to import this before anything else
|
// have to import this before anything else
|
||||||
import "./init"
|
|
||||||
import "./environment"
|
import "./environment"
|
||||||
import { getCommands } from "./options"
|
import { getCommands } from "./options"
|
||||||
import { Command } from "commander"
|
import { Command } from "commander"
|
||||||
|
|
Loading…
Reference in New Issue