Skip to content

Commit

Permalink
feat(all): Migrate to TypeScript 5.0 (#6579)
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh authored Mar 20, 2023
1 parent 73679d7 commit c52daca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/netlify/src/netlify-functions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { polyfill } from '@astrojs/webapi';
import { builder, Handler } from '@netlify/functions';
import { builder, type Handler } from '@netlify/functions';
import type { SSRManifest } from 'astro';
import { App } from 'astro/app';

Expand Down

0 comments on commit c52daca

Please sign in to comment.