Files
runbin/web/node_modules/@marijn/find-cluster-break/rollup.config.js
lhx-666-cool f6cb277519 add web
2025-04-25 17:03:25 +08:00

8 lines
106 B
JavaScript

export default {
input: "src/index.js",
output: {
file: "dist/index.cjs",
format: "cjs"
}
}