mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[ci] format
This commit is contained in:
parent
5a7733dde5
commit
27e2c24647
1 changed files with 2 additions and 2 deletions
|
@ -7,15 +7,15 @@ import { mkdir, writeFile } from 'fs/promises';
|
|||
import { blue, yellow } from 'kleur/colors';
|
||||
import { loadEnv } from 'vite';
|
||||
import parseArgs from 'yargs-parser';
|
||||
import { SEED_DEV_FILE_NAME } from '../../runtime/queries.js';
|
||||
import { CONFIG_FILE_NAMES, DB_PATH } from '../consts.js';
|
||||
import { resolveDbConfig } from '../load-file.js';
|
||||
import { type ManagedAppToken, getManagedAppTokenOrExit } from '../tokens.js';
|
||||
import { type VitePlugin, getDbDirectoryUrl } from '../utils.js';
|
||||
import { fileURLIntegration } from './file-url.js';
|
||||
import { typegenInternal } from './typegen.js';
|
||||
import { type LateSeedFiles, type LateTables, vitePluginDb, resolved } from './vite-plugin-db.js';
|
||||
import { type LateSeedFiles, type LateTables, resolved, vitePluginDb } from './vite-plugin-db.js';
|
||||
import { vitePluginInjectEnvTs } from './vite-plugin-inject-env-ts.js';
|
||||
import { SEED_DEV_FILE_NAME } from '../../runtime/queries.js';
|
||||
|
||||
function astroDBIntegration(): AstroIntegration {
|
||||
let connectToStudio = false;
|
||||
|
|
Loading…
Reference in a new issue