Files

12 lines
185 B
JavaScript
Raw Permalink Normal View History

2026-03-14 20:41:55 +00:00
export default [
{
input: "index.js",
output: [
{
file: "dist/index.cjs",
format: "cjs"
}
]
}
];