chore: Update startscript to run development server on port 5000
This commit is contained in:
parent
b7cbc3ec47
commit
de8ba00e55
@ -1,2 +1,2 @@
|
||||
var exec = require('child_process').exec
|
||||
exec('yarn start', { windowsHide: true })
|
||||
exec('yarn dev -p 5000', { windowsHide: true })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user