initial commit

This commit is contained in:
2026-06-16 13:22:27 +02:00
commit 863c46bb05
10 changed files with 852 additions and 0 deletions

15
rebuild-hook/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "rebuild-hook",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"dependencies": {
"fastify": "^5.0.0"
},
"devDependencies": {
"@types/node": "^24.0.0",
"typescript": "^5.8.0"
}
}