mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
d72da52907
commit
bfdfeb9c12
2 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
import { dim } from 'kleur/colors';
|
||||
import type fsMod from 'node:fs';
|
||||
import { performance } from 'node:perf_hooks';
|
||||
import { dim } from 'kleur/colors';
|
||||
import type { AstroSettings } from '../../@types/astro';
|
||||
import { info, LogOptions } from '../../core/logger/core.js';
|
||||
import { contentObservable, createContentTypesGenerator } from '../../content/index.js';
|
||||
import { getTimeStat } from '../../core/build/util.js';
|
||||
import { AstroError, AstroErrorData } from '../../core/errors/index.js';
|
||||
import { info, LogOptions } from '../../core/logger/core.js';
|
||||
|
||||
export async function sync(
|
||||
settings: AstroSettings,
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
export { getContentPaths } from './utils.js';
|
||||
export { createContentTypesGenerator } from './types-generator.js';
|
||||
export { contentObservable, getContentPaths } from './utils.js';
|
||||
export {
|
||||
astroBundleDelayedAssetPlugin,
|
||||
astroDelayedAssetPlugin,
|
||||
} from './vite-plugin-content-assets.js';
|
||||
export { astroContentServerPlugin } from './vite-plugin-content-server.js';
|
||||
export { astroContentVirtualModPlugin } from './vite-plugin-content-virtual-mod.js';
|
||||
export { contentObservable } from './utils.js';
|
||||
export { createContentTypesGenerator } from './types-generator.js';
|
||||
|
|
Loading…
Reference in a new issue