fix(npm): exclude app/vscode-extension/ from package to prevent Z_DATA_ERROR during publish

This commit is contained in:
diegosouzapw
2026-03-17 13:50:06 -03:00
parent a197bb7736
commit 737808cf53

View File

@@ -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/