Skip to content

Commit

Permalink
Merge branch 'main' into feat/detect-bun-as-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer authored Oct 2, 2023
2 parents f0cce5b + 21cafcf commit 771f6ba
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 21 deletions.
54 changes: 34 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/build/types/config/functions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ type FunctionsObject = {
/* eslint-enable camelcase */

export type Functions = {
'*': FunctionsObject
'*': FunctionsObject & { deno_import_map?: string }
[pattern: GlobPattern]: FunctionsObject
}

0 comments on commit 771f6ba

Please sign in to comment.