chore: Update startscript to run development server on port 5000

This commit is contained in:
yoosangwook 2025-04-02 16:17:52 +09:00
parent b7cbc3ec47
commit de8ba00e55

View File

@ -1,2 +1,2 @@
var exec = require('child_process').exec
exec('yarn start', { windowsHide: true })
exec('yarn dev -p 5000', { windowsHide: true })