UNPKG

@serwist/build

Version:

A module that integrates into your build process, helping you generate a manifest of local files that should be precached.

11 lines (8 loc) 299 B
import { z } from 'zod'; import { r as requiredGlobDirectoryPartial, g as globPartial, b as basePartial } from './glob.js'; const getManifestOptions = z.strictObject({ ...basePartial.shape, ...globPartial.shape, ...requiredGlobDirectoryPartial.shape }); export { getManifestOptions };