Restore build pipeline

This commit is contained in:
2026-09-07 17:43:41 +02:00
parent 50a6c29d5f
commit cfd3a34609
2 changed files with 1860 additions and 50 deletions
+1855 -48
View File
File diff suppressed because it is too large Load Diff
+5 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "website-ag", "name": "c0ntroller.de",
"type": "module", "type": "module",
"version": "0.0.1", "version": "1.0.1",
"engines": { "engines": {
"node": ">=22.12.0" "node": ">=22.12.0"
}, },
@@ -21,5 +21,8 @@
"rehype-mathjax": "^7.1.0", "rehype-mathjax": "^7.1.0",
"remark-kroki": "^0.3.8", "remark-kroki": "^0.3.8",
"remark-math": "^6.0.0" "remark-math": "^6.0.0"
},
"devDependencies": {
"sharp": "^0.35.4"
} }
} }