feat: initial emdash setup with Docker + QNAP config

This commit is contained in:
Nox
2026-04-02 19:25:13 +02:00
commit bde1af8ccf
44 changed files with 19847 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"types": [
"node"
]
},
"include": [
"src",
".astro/types.d.ts",
"emdash-env.d.ts"
]
}