Skip to content

Commit

Permalink
Tell the shell how to run the rw-vite-xx bins (#9576)
Browse files Browse the repository at this point in the history
  • Loading branch information
orta authored and jtoar committed Nov 29, 2023
1 parent 476f2b3 commit 030e6a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/bins/rw-vite-build.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import fs from 'node:fs'

import yargsParser from 'yargs-parser'
Expand Down
1 change: 1 addition & 0 deletions packages/vite/bins/rw-vite-dev.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import { createServer } from 'vite'
import yargsParser from 'yargs-parser'

Expand Down

0 comments on commit 030e6a0

Please sign in to comment.