mirror of
https://github.com/ankit-kapur/obsidian-kanban-status-updater-plugin.git
synced 2026-07-22 05:42:29 +00:00
7 lines
106 B
JavaScript
7 lines
106 B
JavaScript
export default {
|
|
input: "src/index.js",
|
|
output: {
|
|
file: "dist/index.cjs",
|
|
format: "cjs"
|
|
}
|
|
}
|