Redesign landing page and add Caddy deployment for nomadro.com

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
eric
2026-07-11 11:25:50 -05:00
parent e452424f61
commit d2b381ac7b
23 changed files with 730 additions and 513 deletions

View File

@@ -1,3 +1,8 @@
#!/bin/bash
export PORT=4003
exec npm run start
set -euo pipefail
export PORT="${PORT:-4003}"
export NODE_ENV=production
cd "$(dirname "$0")"
exec pnpm start