Replace nginx with Node.js static server for Easypanel
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled

This commit is contained in:
Kunthawat Greethong
2026-04-28 07:48:45 +07:00
parent 57983587b3
commit ad3bd39c2d
6 changed files with 91 additions and 13 deletions

View File

@@ -9,7 +9,8 @@
"dev:tina": "tinacms dev --port 3001",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"start": "node server.js"
},
"dependencies": {
"@astrojs/check": "^0.9.4",