Initial commit: Astro + EmDash CMS starter

This commit is contained in:
Kunthawat Greethong
2026-04-29 06:40:38 +07:00
commit a6d4eebd71
27 changed files with 15807 additions and 0 deletions

7
tsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"types": ["node"]
},
"include": ["src", ".astro/types.d.ts", "emdash-env.d.ts"]
}