feat: add run-all services

This commit is contained in:
Kentai Radiquum 2025-08-22 00:25:38 +05:00
parent 27554eb373
commit c8a7a38b52
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 30 additions and 0 deletions

View file

@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"dev-with-services": "node ./run-all.dev.js",
"build": "next build",
"start": "next start",
"lint": "next lint",