Skip to content

Commit ca10602

Browse files
authored
chore: display name can be added to edge functions (#1664)
1 parent 7fee1a3 commit ca10602

File tree

1 file changed

+2
-0
lines changed
  • packages/runtime/src/helpers

1 file changed

+2
-0
lines changed

packages/runtime/src/helpers/edge.ts

+2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ export interface FunctionManifest {
4343
functions: Array<
4444
| {
4545
function: string
46+
name?: string
4647
path: string
4748
}
4849
| {
4950
function: string
51+
name?: string
5052
pattern: string
5153
}
5254
>

0 commit comments

Comments
 (0)