diff --git a/src/options.ts b/src/options.ts index 46820a709d..daff287a54 100644 --- a/src/options.ts +++ b/src/options.ts @@ -1,4 +1,5 @@ -import { resolve, join } from 'pathe' +import { pathToFileURL } from 'node:url' +import { resolve, join, isAbsolute } from 'pathe' import { loadConfig } from 'c12' import { klona } from 'klona/full' import { camelCase } from 'scule' @@ -167,6 +168,15 @@ export async function loadOptions (configOverrides: NitroConfig = {}): Promise