X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fpool.ts;h=57898d98a9d53a8c89c3d774847e9cae694a53fe;hb=68bbb0e81bd4d15cc43270a7fa0101f83d94893f;hp=de49c93ad6f8c73bc3cfaa680a78134cdd8daa56;hpb=31e4bacafa8f46d5ee2e015200f5f7037d3e731e;p=poolifier.git diff --git a/examples/typescript/pool.ts b/examples/typescript/pool.ts index de49c93a..57898d98 100644 --- a/examples/typescript/pool.ts +++ b/examples/typescript/pool.ts @@ -1,6 +1,6 @@ import { dirname, extname, join } from 'node:path' import { fileURLToPath } from 'node:url' -import type { MyData, MyResponse } from './worker' +import type { MyData, MyResponse } from './worker.js' import { DynamicThreadPool, FixedThreadPool,