Skip to content

Commit

Permalink
remove accidental import
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy committed Oct 20, 2023
1 parent fcd92b2 commit fc7ebd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/integrations/vercel/src/serverless/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import {
type VercelWebAnalyticsConfig,
} from '../lib/web-analytics.js';
import { generateEdgeMiddleware } from './middleware.js';
import { type } from 'node:os';

const PACKAGE_NAME = '@astrojs/vercel/serverless';
export const ASTRO_LOCALS_HEADER = 'x-astro-locals';
Expand Down

0 comments on commit fc7ebd4

Please sign in to comment.