Commit 6621d86
Fix dashboard deployment: include node_modules and startup command
The Astro SSR build needs node_modules at runtime. Copy package.json
into dist/ and install production deps before deploying. Set startup
command to node server/entry.mjs for Azure Linux Web App.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent a2f715c commit 6621d86
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
43 | 50 | | |
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
| 55 | + | |
48 | 56 | | |
0 commit comments