horse-betting/btc-ui-app-2/node_modules/weak-lru-cache/rollup.config.js
2025-06-19 16:39:08 +05:30

12 lines
196 B
JavaScript

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