docs: update cloudflare imports

This commit is contained in:
dswbx
2025-09-03 17:00:24 +02:00
parent bf521e2931
commit 847f75b725
6 changed files with 9 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ export function devFsVitePlugin({
}: {
verbose?: boolean;
configFile?: string;
}): Plugin {
} = {}): any {
let isDev = false;
let projectRoot = "";
@@ -115,7 +115,7 @@ if (typeof globalThis !== 'undefined') {
return polyfill + code;
}
},
};
} satisfies Plugin;
}
// Write function that uses the dev-fs polyfill injected by our Vite plugin