mirror of
https://github.com/zadam/trilium.git
synced 2025-10-03 20:15:38 +08:00
6 lines
98 B
JavaScript
6 lines
98 B
JavaScript
export default function(config) {
|
|
return {
|
|
input: 'src/gfm.js',
|
|
output: config.output,
|
|
};
|
|
}
|