feat: new architecture to support server framework plugin #3

Merged
ayo merged 12 commits from fastify-rewrite into main 2026-06-04 11:17:09 +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"
}
}