befly
v3.18.8
Published
Befly - 为 Bun 专属打造的 JavaScript API 接口框架核心引擎
Maintainers
Readme
Befly - 野蜂飞舞
道生一,一生二,二生三,三生万物
"bundle": "bun build ./index.js --outfile ./befly.js --target bun --format esm --packages bundle",
"bundle:min": "bun build ./index.js --outfile ./befly.min.js --target bun --format esm --packages bundle --minify",
"build": "rimraf befly.js befly.min.js && bun run bundle && bun run bundle:min"