UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

10 lines 214 B
export const ViteConfig = (config) => { return { name: `config`, enforce: `pre`, config() { return config; }, }; }; //# sourceMappingURL=vite-plugin-config.js.map