Skip to content

Commit

Permalink
refactor: prepare for zx cli update
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed May 31, 2024
1 parent 8413baa commit 31821b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/js/cli.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env node

import './index.mjs'
import 'zx/cli'
import * as cli from 'zx/cli'

cli.main?.()

0 comments on commit 31821b4

Please sign in to comment.