refactor: start using turborepo (#63734)

This commit is contained in:
Oliver Eyton-Williams
2025-11-17 11:37:09 +01:00
committed by GitHub
parent 0029c51a9a
commit f64f895ab6
9 changed files with 819 additions and 878 deletions
-1
View File
@@ -9,7 +9,6 @@ import { CSRF_COOKIE, CSRF_HEADER } from './src/plugins/csrf.js';
type FastifyTestInstance = Awaited<ReturnType<typeof build>>;
declare global {
// eslint-disable-next-line no-var
var fastifyTestInstance: FastifyTestInstance;
}