Codex changes

This commit is contained in:
Andras Schmelczer 2026-05-04 16:19:09 +01:00
parent 0bae902e08
commit d4dde21ad2
46 changed files with 4953 additions and 966 deletions

View file

@ -4,6 +4,7 @@
"private": true,
"scripts": {
"build": "tsc",
"test": "npm run build && node --test dist/**/*.test.js",
"start": "node dist/server.js",
"dev": "tsc --watch & node --watch dist/server.js"
},