qcast-front/startscript-btob.js
sangwook yoo 379216a78a feat(btob): Add BtoB development server startup script
- Adds a new `start:btob` script to `package.json` for launching the Next.js application on port 5060 for the BtoB environment.
- Introduces `startscript-btob.js` as a convenience executable to run the `start:btob` command.
2026-05-27 17:05:11 +09:00

3 lines
88 B
JavaScript

var exec = require('child_process').exec
exec('yarn start:btob', { windowsHide: true })