Fix weather draft and deploy setup

This commit is contained in:
2026-04-29 12:00:56 -04:00
parent f071837ed6
commit c4da8c942e
10 changed files with 2731 additions and 2670 deletions

View File

@@ -2,7 +2,7 @@
cmds = ["npm run build"]
[start]
cmd = "npx serve dist -l 80 -s"
cmd = "serve dist -l 80 -s"
[healthcheck]
cmd = "curl -f http://localhost:80/ || exit 1"