We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
find-dir.spec.ts
build-id.spec.ts
1 parent d30424b commit 9a89f04Copy full SHA for 9a89f04
packages/cloudflare/src/cli/build/patches/plugins/find-dir.spec.ts renamed to packages/cloudflare/src/cli/build/patches/plugins/build-id.spec.ts
packages/cloudflare/src/cli/build/patches/plugins/find-dir.ts
@@ -1,6 +1,5 @@
1
/**
2
- * Inline `evalManifest` as it relies on `readFileSync` and `runInNewContext`
3
- * that are not supported by workerd.
+ * Inline `findDir` as it relies on `existsSync` which is not supported by workerd.
4
*/
5
6
import { existsSync } from "node:fs";
0 commit comments