Skip to content

Commit 827ed76

Browse files
committed
Исправлены ошибки запуска сервера.
1 parent 9d1e56d commit 827ed76

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
node_modules/*
1+
node_modules/*
2+
package.json
3+
package-lock.json

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ API_PORT=3000
99
FRONTEND_PORT=8080
1010

1111
# 🛠️ Установка модулей
12-
npm install archiver
12+
npm install archiver express fs path cors busboy
1313

1414
# 🟢 Запуск backend
1515
echo "🚀 Запускаем Backend на http://localhost:$API_PORT"

0 commit comments

Comments
 (0)