Commit fe118f67 by mvginghina

Apply fixes for dependency issues

parent 685db3ec
Showing with 2 additions and 1 deletions
...@@ -19,8 +19,9 @@ npm install --legacy-peer-deps --registry=https://registry.npmjs.org/ ...@@ -19,8 +19,9 @@ npm install --legacy-peer-deps --registry=https://registry.npmjs.org/
# 5. Construiește aplicația Next.js # 5. Construiește aplicația Next.js
echo "Building Next.js application..." echo "Building Next.js application..."
npm run build || { echo "Build failed"; exit 1; } npm run build
# 6. Pornește aplicația Next.js # 6. Pornește aplicația Next.js
echo "Starting Next.js application..." echo "Starting Next.js application..."
npm start npm start
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment