123
This commit is contained in:
2026-02-06 02:50:44 +03:00
parent e15ca974fe
commit 7de2c33bfe
2 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev -p 3125", "dev": "next dev -p 3000",
"build": "next build", "build": "next build",
"start": "next start -p 3125", "start": "next start -p 3000",
"lint": "next lint", "lint": "next lint",
"clean": "rm -rf .next .turbo node_modules" "clean": "rm -rf .next .turbo node_modules"
}, },

2
run.sh
View File

@ -35,5 +35,5 @@ echo "Логи: logs/start.log"
echo "" echo ""
echo "=== Готово ===" echo "=== Готово ==="
echo "Docker: postgres, redis, meilisearch" echo "Docker: postgres, redis, meilisearch"
echo "Приложения: API (3001), Web (3125), AI Service — в фоне" echo "Приложения: API (3125), Web (3000), AI Service — в фоне"
echo "Остановить приложения: kill \$(cat .start.pid)" echo "Остановить приложения: kill \$(cat .start.pid)"