Skip to content

Commit be261db

Browse files
kyliauKeen Yee Liau
authored and
Keen Yee Liau
committed
fix: ngserver script could not find index.js
index.js is located in the parent directory of ngserver.
1 parent e1f839c commit be261db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/bin/ngserver

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('./index.js')
2+
require('../index.js')

0 commit comments

Comments
 (0)