Skip to content

Commit 49f044d

Browse files
committed
Normalize Rush to use the "start.ts" entry point for its command line
1 parent 9ae772e commit 49f044d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

apps/rush/bin/rush

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env node
2-
require('../lib/rush.js')
2+
require('../lib/start.js')

apps/rush/rush.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@ECHO OFF
22
@SETLOCAL
3-
node "%~dp0\lib\rush" %*
3+
node "%~dp0\lib\start" %*

0 commit comments

Comments
 (0)