feat: add coolify deployment and meta tracking

This commit is contained in:
9a0ffedc5b31823b
2026-05-02 22:41:33 +00:00
parent 5c47bdecb6
commit 6b325702b1
13 changed files with 308 additions and 32 deletions

View File

@@ -7,6 +7,7 @@
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"start": "astro preview --host 0.0.0.0 --port ${PORT:-4321}",
"test": "vitest run"
},
"dependencies": {