umbriel
umbriel copied to clipboard
NPM package run command fix
Fix npm run package command
1. npm run dev for running npm run dev:queue or npm run dev:server with a single command
2. npm run start for running npm run start:queue or npm run start:server with a single command
Fix npm run package command