Skip to content

Commit

Permalink
fix(CLI): remove node flag from shebang (#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Dec 25, 2024
1 parent 26da59c commit 3738391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/bin/rspress.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node --experimental-fetch
#!/usr/bin/env node
import nodeModule from 'node:module';

// enable on-disk code caching of all modules loaded by Node.js
Expand Down

0 comments on commit 3738391

Please sign in to comment.