/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
mprocs.yaml
41 строка
1 KB
George Djabarov
feat(mprocs): add inbound-mail process configuration for development environment
08 июл 2026, 08:18
08 июл 2026, 08:18
05ca9a6
Код
Авторство
О чём код?
procs: api: shell: pnpm --filter @novu/api-service ${API_PORTLESS_SCRIPT:-start:portless} dashboard: shell: pnpm --filter @novu/dashboard start:portless worker: shell: pnpm --filter @novu/worker start:portless autostart: false inbound-mail: shell: pnpm --filter @novu/inbound-mail start:dev autostart: false shared: shell: pnpm --filter @novu/shared start dal: shell: pnpm --filter @novu/dal start application-generic: shell: pnpm --filter @novu/application-generic start # Optional procs (press `s` in the mprocs sidebar to start) playground: shell: pnpm --filter nextjs start:portless autostart: false providers: shell: pnpm --filter @novu/providers start autostart: false js: shell: pnpm --filter @novu/js build:watch autostart: false react: shell: pnpm --filter @novu/react build:watch autostart: false "------": shell: sleep infinity autostart: false "DEV CONFIG": shell: node scripts/novu-dev-config.mjs autostart: false scrollback: 100000