From 1324cc2e53ef2b21fcbb3d4fb7596b20344dd2f7 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sun, 9 Mar 2025 17:48:32 +0100 Subject: [PATCH] build(build-server): add TODO remark --- bin/build-server.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/build-server.sh b/bin/build-server.sh index 0d5df00a1..2bcc5098e 100755 --- a/bin/build-server.sh +++ b/bin/build-server.sh @@ -62,6 +62,7 @@ rm -r $BUILD_DIR/node/lib/node_modules/npm \ printf "#!/bin/sh\n./node/bin/node src/main" > $BUILD_DIR/trilium.sh chmod 755 $BUILD_DIR/trilium.sh +# TriliumNextTODO: is this still required? If yes → move to copy-dist/copy-trilium cp bin/tpl/anonymize-database.sql $BUILD_DIR/ cp -r translations $BUILD_DIR/