Merge branch 'main' into claude_code_work

This commit is contained in:
Lentil Hoffman 2025-06-14 17:15:09 -05:00
commit bb0b415e21
Signed by: lentil
GPG Key ID: 0F5B99F3F4D0C087
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ node_modules/
coverage/ coverage/
*.swp *.swp
*.swo *.swo
.env

View File

@ -9,6 +9,7 @@
"lint": "eslint", "lint": "eslint",
"test": "node --experimental-vm-modules node_modules/.bin/jest", "test": "node --experimental-vm-modules node_modules/.bin/jest",
"coverage": "./scripts/coverage.sh", "coverage": "./scripts/coverage.sh",
"coverage-report": "npm run test -- --coverage --coverageDirectory=coverage",
"example-app": "node dist/examples/app.js" "example-app": "node dist/examples/app.js"
}, },
"jest": { "jest": {