0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

[ci] format

This commit is contained in:
Chris Swithinbank 2024-05-06 20:03:49 +00:00 committed by astrobot-houston
parent e63e96bf32
commit 4b693c0476

View file

@ -1,5 +1,5 @@
// @ts-expect-error — AstrojsWebVitals requires type-gen which we cant use.
import { db, sql, AstrojsWebVitals_Metric } from 'astro:db';
import { AstrojsWebVitals_Metric, db, sql } from 'astro:db';
import type { APIRoute } from 'astro';
import { ServerMetricSchema } from './schemas.js';