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 1520c7e commit 520c0ebCopy full SHA for 520c0eb
.github/workflows/playwright.yml
@@ -34,6 +34,16 @@ jobs:
34
run: pnpm --filter @infinum/frontend build
35
shell: bash
36
37
+ - name: � Debug Build Output
38
+ run: |
39
+ echo "Checking build output structure:"
40
+ ls -la apps/frontend/.next/
41
+ echo "Checking for standalone directory:"
42
+ ls -la apps/frontend/.next/standalone/ || echo "No standalone directory found"
43
+ echo "Checking for server.js:"
44
+ find apps/frontend/.next -name "server.js" -type f || echo "No server.js found"
45
+ shell: bash
46
+
47
- name: 🚀 Start Frontend App (Background)
48
run: |
49
node .next/standalone/apps/frontend/server.js &
0 commit comments