X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Fexpress-worker_threads%2Fsrc%2Fmain.ts;h=fc0f2d84bb7b19a2b05455abea5915ef0959aa2d;hb=c09a9dad768ec542a18baf46d2b9714f73da4aa6;hp=3bef1a8a5300855bb7a80cb08d6fca859a0d3a47;hpb=25926072f5397949802f6af5a2f7d49d6f15cacc;p=poolifier.git diff --git a/examples/typescript/http-server-pool/express-worker_threads/src/main.ts b/examples/typescript/http-server-pool/express-worker_threads/src/main.ts index 3bef1a8a..fc0f2d84 100644 --- a/examples/typescript/http-server-pool/express-worker_threads/src/main.ts +++ b/examples/typescript/http-server-pool/express-worker_threads/src/main.ts @@ -1,5 +1,7 @@ import { exit } from 'node:process' + import express, { type Express, type Request, type Response } from 'express' + import { requestHandlerPool } from './pool.js' /**