Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Nov 28, 2024
1 parent 92eaba8 commit b9ca824
Show file tree
Hide file tree
Showing 3 changed files with 768 additions and 1,471 deletions.
1 change: 1 addition & 0 deletions packages/cloudflare/src/entrypoints/image-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const service: ExternalImageService = {
}

const imageEndpoint = joinPaths(
// @ts-expect-error Can't recognise import.meta.env
import.meta.env.BASE_URL,
'/cdn-cgi/image',
resizingParams.join(','),
Expand Down
1 change: 1 addition & 0 deletions packages/netlify/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ export default function netlifyIntegration(
id: 'mock-netlify-account-id',
},
// TODO: this has type conflicts with @netlify/functions ^2.8.1
// @ts-expect-error: this has type conflicts with @netlify/functions ^2.8.1
deploy: {
id:
typeof req.headers['x-nf-deploy-id'] === 'string'
Expand Down
Loading

0 comments on commit b9ca824

Please sign in to comment.