From 737808cf53fef5c9c945875a1d3c3c1f2734a5c8 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Tue, 17 Mar 2026 13:50:06 -0300 Subject: [PATCH] fix(npm): exclude app/vscode-extension/ from package to prevent Z_DATA_ERROR during publish --- .npmignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.npmignore b/.npmignore index d3aba1017a..c5ae66e718 100644 --- a/.npmignore +++ b/.npmignore @@ -3,6 +3,11 @@ data/ **/data/ **/db.json +# VS Code extension test runtime (large binary, not needed in npm package) +app/vscode-extension/ +**/data/ +**/db.json + # Source code (pre-built app/ is published instead) src/ open-sse/