feat: use fastify as server #2

Merged
ayo merged 10 commits from fastify-rewrite into main 2026-06-04 11:03:46 +00:00
Showing only changes of commit 8a0e463fb2 - Show all commits

View file

@ -5,6 +5,7 @@
"allowJs": true,
"emitDeclarationOnly": false,
"declarationDir": "./dist",
"outDir": "./dist"
"outDir": "./dist",
"rootDir": "./src"
}
}