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.
1 parent 645a2da commit 2034df6Copy full SHA for 2034df6
src/build/functions/edge.ts
@@ -1,5 +1,5 @@
1
import { cp, mkdir, readFile, rm, writeFile } from 'node:fs/promises'
2
-import { dirname, join, relative } from 'node:path'
+import { dirname, join, relative } from 'node:path/posix'
3
4
import type { Manifest, ManifestFunction } from '@netlify/edge-functions'
5
import { glob } from 'fast-glob'
0 commit comments