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/
*.swp
*.swo
.env

View File

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