mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 02:28:57 +01:00
7 lines
98 B
JavaScript
7 lines
98 B
JavaScript
export default function(config) {
|
|
return {
|
|
input: 'src/gfm.js',
|
|
output: config.output,
|
|
};
|
|
}
|