Multi-stage Dockerfile (node build -> nginx serve), nginx config with _astro asset caching, .dockerignore, and .gitignore hardening for TLS key files. Astro already builds static output with site set to https://larpaso.de. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JmTVcwbGJBYP7gu4P7b1yG
5 lines
109 B
JSON
5 lines
109 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"]
|
|
}
|