build(ui): switch to pnpm
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerDynamicPool.ts
index 889ae457de9d93626d80651d33ad64800529888c..8a7e6e558f170c42e00ab22c257507370b50e96e 100644 (file)
@@ -1,4 +1,4 @@
-import type { Worker } from 'worker_threads';
+import type { Worker } from 'node:worker_threads';
 
 import { DynamicThreadPool, type ErrorHandler, type ExitHandler } from 'poolifier';