Files
pyrofetes-frontend/node_modules/lmdb/rollup.config.js
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

13 lines
223 B
JavaScript

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