- Go backend (server/)
- Frontend (web/, server/static/)
- Database and deployment files
- Scripts and docs
Co-Authored-By: 狸花猫/Claude-Qwen3.6-Plus 🐾
10 lines
369 B
JavaScript
10 lines
369 B
JavaScript
import component_default from "./component.mjs";
|
|
import { makeInstaller } from "./make-installer.mjs";
|
|
import plugin_default from "./plugin.mjs";
|
|
|
|
//#region ../../packages/element-plus/defaults.ts
|
|
var defaults_default = makeInstaller([...component_default, ...plugin_default]);
|
|
|
|
//#endregion
|
|
export { defaults_default as default };
|
|
//# sourceMappingURL=defaults.mjs.map
|