Skip to content

Commit

Permalink
Add hashbang to CLI entries (remix-run#12223)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish authored Nov 3, 2024
1 parent 2aeb078 commit b53855b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-react-router/cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import process from "node:process";

import { createReactRouter } from "./index";
Expand Down
1 change: 1 addition & 0 deletions packages/react-router-dev/cli/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import { run } from "./run";

run().then(
Expand Down
1 change: 1 addition & 0 deletions packages/react-router-serve/cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import fs from "node:fs";
import os from "node:os";
import path from "node:path";
Expand Down

0 comments on commit b53855b

Please sign in to comment.