1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-11 07:44:18 +00:00

chore: preparation for merge into main branch

This commit is contained in:
Elias Schneider
2025-12-30 16:27:48 +01:00
parent 078152d4db
commit e60b80632f
14 changed files with 42 additions and 14 deletions

View File

@@ -287,7 +287,6 @@ function runExportToStdout(): Buffer {
'--path',
'-'
]);
fs.writeFileSync('export-stdout.txt', res);
return res;
}