X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FConfigurationData.ts;h=4b636cda4a1e2af56ade447e8c47f31574a5d32c;hb=a6ef1ece74c0d08e86a905571f4f6045c28131cb;hp=d1948921660b0da42774c813686405c2baf4d74c;hpb=65a1157a0c0f0a7b23b7a6fc23432f2c3e7cb735;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ConfigurationData.ts b/src/types/ConfigurationData.ts index d1948921..4b636cda 100644 --- a/src/types/ConfigurationData.ts +++ b/src/types/ConfigurationData.ts @@ -3,9 +3,9 @@ import type { ResourceLimits } from 'node:worker_threads'; import type { WorkerChoiceStrategy } from 'poolifier'; -import type { StorageType } from './Storage'; -import type { ApplicationProtocol, AuthenticationType } from './UIProtocol'; -import type { WorkerProcessType } from '../worker'; +import type { StorageType } from './Storage.js'; +import type { ApplicationProtocol, AuthenticationType } from './UIProtocol.js'; +import type { WorkerProcessType } from '../worker/index.js'; type ServerOptions = ListenOptions;