server-ts: Port services/export/zip

This commit is contained in:
Elian Doran
2024-02-19 23:08:43 +02:00
parent 1728365fa1
commit 29d37c40c1
12 changed files with 176 additions and 167 deletions

View File

@@ -125,6 +125,6 @@ function inlineAttachments(content: string) {
return content;
}
module.exports = {
export = {
exportSingleNote
};