UNPKG

burdy

Version:

Open Source Headless Platform

14 lines (13 loc) 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const defaultBurdyConfig = { webpack: { admin: (config) => config, server: (config) => config, }, }; const loadConfig = () => { return defaultBurdyConfig; }; const config = loadConfig(); exports.default = config;