Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Jan 30, 2025
1 parent 4ea0397 commit 2852086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vercel/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import type {
HookParameters,
IntegrationResolvedRoute,
} from 'astro';
import { AstroError } from 'astro/errors';
import glob from 'fast-glob';
import {
type DevImageService,
Expand All @@ -26,7 +27,6 @@ import {
getInjectableWebAnalyticsContent,
} from './lib/web-analytics.js';
import { generateEdgeMiddleware } from './serverless/middleware.js';
import { AstroError } from 'astro/errors';

const PACKAGE_NAME = '@astrojs/vercel';

Expand Down

0 comments on commit 2852086

Please sign in to comment.