doatlas-2 / lib /api-spec /package.json
Iostream-Li's picture
Add files using upload-large-folder tool
9c12e58 verified
{
"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.5.2"
}
}