mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
50cc5f01c7
commit
c0cae63147
2 changed files with 3 additions and 3 deletions
|
@ -25,13 +25,13 @@ import {
|
|||
type DBColumns,
|
||||
type DBConfig,
|
||||
type DBSnapshot,
|
||||
type ResolvedDBTables,
|
||||
type DateColumn,
|
||||
type JsonColumn,
|
||||
type NumberColumn,
|
||||
type ResolvedDBTable,
|
||||
type TextColumn,
|
||||
type ResolvedDBTables,
|
||||
type ResolvedIndexes,
|
||||
type TextColumn,
|
||||
} from '../types.js';
|
||||
import { type Result, getRemoteDatabaseUrl } from '../utils.js';
|
||||
|
||||
|
|
|
@ -8,11 +8,11 @@ import type {
|
|||
dateColumnSchema,
|
||||
dbConfigSchema,
|
||||
indexSchema,
|
||||
resolvedIndexSchema,
|
||||
jsonColumnSchema,
|
||||
numberColumnOptsSchema,
|
||||
numberColumnSchema,
|
||||
referenceableColumnSchema,
|
||||
resolvedIndexSchema,
|
||||
tableSchema,
|
||||
textColumnOptsSchema,
|
||||
textColumnSchema,
|
||||
|
|
Loading…
Reference in a new issue