mirror of
https://github.com/soconnor0919/beenpad.git
synced 2026-02-05 08:16:37 -05:00
16 lines
464 B
JavaScript
16 lines
464 B
JavaScript
export { c as configDefaults, a as coverageConfigDefaults, d as defaultExclude, b as defaultInclude } from './chunks/defaults.BOqNVLsY.js';
|
|
export { mergeConfig } from 'vite';
|
|
export { d as defaultBrowserPort } from './chunks/constants.D_Q9UYh-.js';
|
|
import 'node:os';
|
|
import './chunks/env.D4Lgay0q.js';
|
|
import 'std-env';
|
|
|
|
function defineConfig(config) {
|
|
return config;
|
|
}
|
|
function defineProject(config) {
|
|
return config;
|
|
}
|
|
|
|
export { defineConfig, defineProject };
|