import App from "../src/app"; export function build() { const app = Fastify(); beforeAll(async () => { void app.register(fp(App)); await app.ready(); } ...
確定! 回上一頁