diff options
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/bin-for-dev/start-frontend.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/bin-for-dev/start-frontend.sh b/extra/bin-for-dev/start-frontend.sh index 7a268bf6d..41d97b5a9 100755 --- a/extra/bin-for-dev/start-frontend.sh +++ b/extra/bin-for-dev/start-frontend.sh @@ -24,4 +24,4 @@ ### cd ../../target/ui-react -./node/npm start +node/npm start |