Merge branch 'openai-codex'

This commit is contained in:
Mario Zechner 2026-01-05 05:33:48 +01:00
commit 9a147559c0
22 changed files with 2705 additions and 5 deletions

View file

@ -15,7 +15,7 @@
"scripts": {
"clean": "rm -rf dist",
"generate-models": "npx tsx scripts/generate-models.ts",
"build": "npm run generate-models && tsgo -p tsconfig.build.json",
"build": "npm run generate-models && tsgo -p tsconfig.build.json && node scripts/copy-assets.js",
"dev": "tsgo -p tsconfig.build.json --watch --preserveWatchOutput",
"dev:tsc": "tsgo -p tsconfig.build.json --watch --preserveWatchOutput",
"test": "vitest --run",