File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 3434 run : pnpm --filter @infinum/frontend build
3535 shell : bash
3636
37- - name : � Debug Build Output
38- run : |
39- echo "📂 Current directory:" && pwd
40- cd apps/frontend
41- echo "📁 Checking .next directory structure:"
42- ls -la .next/ || echo "No .next directory found"
43- echo "� Looking for standalone directory:"
44- ls -la .next/standalone/ || echo "No standalone directory found"
45- echo "📁 Looking for any server files:"
46- find .next -name "*.js" -path "*/server*" || echo "No server files found"
47- shell : bash
48-
4937 - name : 🚀 Start Frontend App (Background)
5038 run : |
51- cd apps/frontend
52- echo "🚀 Starting frontend with next start..."
53- pnpm start &
39+ node .next/standalone/apps/frontend/server.js &
5440 echo "FRONTEND_PID=$!" >> $GITHUB_ENV
5541 shell : bash
5642
You can’t perform that action at this time.
0 commit comments