update to use node adapter

This commit is contained in:
2026-06-29 22:50:48 -04:00
parent c5b919986a
commit 00c896e72c
4 changed files with 9 additions and 760 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"deploy": {
"startCommand": "npx serve dist -l 3000"
"startCommand": "node ./dist/server/entry.mjs"
}
}