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=5d5885ee530724024f84e31acca92775a01da082;hp=3bef1a8a5300855bb7a80cb08d6fca859a0d3a47;hpb=49fb18fe8d6e6a35ceabe2bce83b26073871e3b0;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' /**