We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1e56d commit 827ed76Copy full SHA for 827ed76
2 files changed
.gitignore
@@ -1 +1,3 @@
1
-node_modules/*
+node_modules/*
2
+package.json
3
+package-lock.json
run.sh
@@ -9,7 +9,7 @@ API_PORT=3000
9
FRONTEND_PORT=8080
10
11
# 🛠️ Установка модулей
12
-npm install archiver
+npm install archiver express fs path cors busboy
13
14
# 🟢 Запуск backend
15
echo "🚀 Запускаем Backend на http://localhost:$API_PORT"
0 commit comments