import { defineConfig, Configuration } from "../../../../src"; module.exports = defineConfig(({ mode }) => { return { mode: mode, exports: 1, }; });