removing init import.

This commit is contained in:
mike12345567 2024-05-17 16:32:55 +01:00
parent d23a34687f
commit 5d1c23373f
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#!/usr/bin/env node
// have to import this before anything else
import "./init"
import "./environment"
import { getCommands } from "./options"
import { Command } from "commander"