full site update
This commit is contained in:
15
node_modules/astro/dist/assets/vite-plugin-assets.d.ts
generated
vendored
15
node_modules/astro/dist/assets/vite-plugin-assets.d.ts
generated
vendored
@@ -1,5 +1,12 @@
|
||||
import type * as fsMod from 'node:fs';
|
||||
import type * as vite from 'vite';
|
||||
import type { AstroPluginOptions } from '../@types/astro.js';
|
||||
export default function assets({ settings, mode, }: AstroPluginOptions & {
|
||||
mode: string;
|
||||
}): vite.Plugin[];
|
||||
import type { Logger } from '../core/logger/core.js';
|
||||
import type { AstroSettings } from '../types/astro.js';
|
||||
interface Options {
|
||||
settings: AstroSettings;
|
||||
sync: boolean;
|
||||
logger: Logger;
|
||||
fs: typeof fsMod;
|
||||
}
|
||||
export default function assets({ fs, settings, sync, logger }: Options): vite.Plugin[];
|
||||
export {};
|
||||
|
Reference in New Issue
Block a user