UNPKG

xyvcard-wechat-build

Version:

基于 Vite 的小程序组件构建工具

9 lines (6 loc) 151 B
#!/usr/bin/env node import { build } from "../dist/index.js"; build().catch((err) => { console.error("构建失败:", err); process.exit(1); });