feat: add profile ui and request telemetry
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "codex-retry-gateway",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build:ui": "vite build --config ui-src/vite.config.ts",
|
||||
"dev:ui": "vite --config ui-src/vite.config.ts --host 0.0.0.0",
|
||||
"check": "node --check gateway.mjs && node --check scripts/run-profile.mjs",
|
||||
"check:ui": "tsc --noEmit -p ui-src/tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-react": "^5.1.1",
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.2.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user