aura / lib /api-spec /package.json
thagnitti's picture
feat: upload batch 2/3
10d5270 verified
raw
history blame contribute delete
227 Bytes
{
"name": "@workspace/api-spec",
"version": "0.0.0",
"private": true,
"scripts": {
"codegen": "orval --config ./orval.config.ts && pnpm -w run typecheck:libs"
},
"devDependencies": {
"orval": "^8.9.1"
}
}