Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Oct 18, 2023
1 parent 91eb8a0 commit a7f7ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-via-node.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

import process from 'process';
import { run } from '../dist/node';
import { run } from '../dist/node.js';

run({
flags: {
Expand Down

0 comments on commit a7f7ebd

Please sign in to comment.