Adding opencode files

This commit is contained in:
2026-04-24 22:18:40 -05:00
parent eeca66574b
commit 28ea425af3
16 changed files with 2066 additions and 17 deletions

View File

@@ -6,7 +6,7 @@
"main": "src/server.js",
"scripts": {
"dev": "node --watch src/server.js",
"start": "node src/server.js | jq -R 'fromjson? | select(. != null)'",
"start": "node src/server.js | jq .",
"test": "node --test tests/**/*.test.js",
"test:unit": "node --test tests/unit/**/*.test.js",
"test:integration": "node --test tests/integration/**/*.test.js",