mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
[ci] format
This commit is contained in:
parent
e63e96bf32
commit
4b693c0476
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
// @ts-expect-error — AstrojsWebVitals requires type-gen which we can’t 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';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue