0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Florian Lefebvre 2024-12-11 15:02:16 +00:00 committed by astrobot-houston
parent 110fc01a5b
commit 51ced3dba8
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import { LibsqlError } from '@libsql/client';
import { sql as _sql } from 'drizzle-orm'; import { sql as _sql } from 'drizzle-orm';
import type { import type {
BooleanColumnInput, BooleanColumnInput,

View file

@ -1,6 +1,5 @@
import fs from 'node:fs/promises'; import fs from 'node:fs/promises';
import esbuild from 'esbuild'; import esbuild from 'esbuild';
import { copy } from 'esbuild-plugin-copy';
import glob from 'fast-glob'; import glob from 'fast-glob';
import { dim, green, red, yellow } from 'kleur/colors'; import { dim, green, red, yellow } from 'kleur/colors';
import prebuild from './prebuild.js'; import prebuild from './prebuild.js';