Merge branch 'openai-codex'

This commit is contained in:
Mario Zechner
2026-01-05 05:33:48 +01:00
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",