rattail
Version:
A Vite+ oriented, AI Agent friendly front-end toolchain
11 lines (10 loc) • 437 B
JavaScript
import { t as __exportAll } from "./rolldown-runtime-Dfn8tqD8.mjs";
import { n as getConfig } from "./config-CpH0B9DB.mjs";
import { publish } from "@varlet/release";
//#region src/cli/publish.ts
var publish_exports = /* @__PURE__ */ __exportAll({ publish: () => publish$1 });
async function publish$1(config) {
await publish(config ?? (await getConfig()).publish ?? {});
}
//#endregion
export { publish_exports as n, publish$1 as t };