diff --git a/src/utils/app-openapi.ts b/src/utils/app-openapi.ts index c00a74bbf..b88a7f9f4 100644 --- a/src/utils/app-openapi.ts +++ b/src/utils/app-openapi.ts @@ -1,5 +1,5 @@ -import { promises as fs } from 'fs'; -import path from 'path'; +import { promises as fs } from 'node:fs'; +import path from 'node:path'; import YAML from 'js-yaml'; import $RefParser from '@apidevtools/json-schema-ref-parser';