refactor(simulator): switch import to node: syntax
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 14 Feb 2023 15:49:53 +0000 (16:49 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 14 Feb 2023 15:49:53 +0000 (16:49 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/types/ConfigurationData.ts

index 0e70094bd8719aa5b57933f5ebe5fbecd1a5c176..246969d9eb1cffde61d82d14ef7c7bb3aeddea9a 100644 (file)
@@ -1,4 +1,4 @@
-import type { ListenOptions } from 'net';
+import type { ListenOptions } from 'node:net';
 
 import type { WorkerChoiceStrategy } from 'poolifier';