Skip to content

Commit 3b717a0

Browse files
committed
chore: refactored type to ensure mod.ts convention is used
1 parent 28c71ce commit 3b717a0

File tree

1 file changed

+1
-1
lines changed
  • packages/runtime/src/helpers

1 file changed

+1
-1
lines changed

packages/runtime/src/helpers/edge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export interface FunctionManifest {
6565
cache?: 'manual'
6666
}
6767
>
68-
layers?: Array<{ name: `https://${string}`; flag: string }>
68+
layers?: Array<{ name: `https://${string}/mod.ts`; flag: string }>
6969
import_map?: string
7070
}
7171

0 commit comments

Comments
 (0)