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
95e3cc84e8
commit
7ae1392d66
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
import { createClient } from '@libsql/client';
|
||||
import { createServer } from 'node:http';
|
||||
import { createClient } from '@libsql/client';
|
||||
import { z } from 'zod';
|
||||
import { cli } from '../dist/core/cli/index.js';
|
||||
import { resolveDbConfig } from '../dist/core/load-file.js';
|
||||
import { getCreateTableQuery, getCreateIndexQueries } from '../dist/runtime/queries.js';
|
||||
import { getCreateIndexQueries, getCreateTableQuery } from '../dist/runtime/queries.js';
|
||||
|
||||
const singleQuerySchema = z.object({
|
||||
sql: z.string(),
|
||||
|
|
Loading…
Reference in a new issue