Skip to content

Commit 2034df6

Browse files
committed
fix: use posix pathing when constructing edge functions
1 parent 645a2da commit 2034df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/functions/edge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { cp, mkdir, readFile, rm, writeFile } from 'node:fs/promises'
2-
import { dirname, join, relative } from 'node:path'
2+
import { dirname, join, relative } from 'node:path/posix'
33

44
import type { Manifest, ManifestFunction } from '@netlify/edge-functions'
55
import { glob } from 'fast-glob'

0 commit comments

Comments
 (0)