Skip to content

Commit

Permalink
fix: correctly create the command
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Feb 9, 2024
1 parent eee8386 commit eaaad47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/nmrium.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env node

process.env.DEBUG = 'nmrium.*';
require('../lib/index.js');

await import('../src/index.js')

0 comments on commit eaaad47

Please sign in to comment.