Skip to content

Commit

Permalink
fix n/shebang problem
Browse files Browse the repository at this point in the history
  • Loading branch information
s1adem4n committed Jul 30, 2023
1 parent 427ebf3 commit f373008
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/hydrate.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env node
import { hydrate } from "../lib/hydrate/index.js";

process.exitCode = await hydrate(process.argv.slice(2));

0 comments on commit f373008

Please sign in to comment.