Skip to content

Commit

Permalink
Erased OpenAI FCS doc generation setting
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Jul 24, 2024
1 parent 1a5a1b6 commit 3e795c2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
5 changes: 0 additions & 5 deletions nestia.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ export const NESTIA_CONFIG: INestiaConfig = {
],
beautify: true,
},
openai: {
output: "packages/api/openai.json",
keyword: true,
beautify: true,
},
primitive: false,
simulate: true,
};
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"build:prisma": "prisma generate --schema=prisma/schema.prisma",
"build:sdk": "rimraf src/api/functional && nestia sdk",
"build:swagger": "nestia swagger",
"build:openai": "nestia openai",
"build:test": "rimraf bin && tsc -p test/tsconfig.json",
"dev": "npm run build:test -- --watch",
"eslint": "eslint src && eslint test",
Expand Down
12 changes: 0 additions & 12 deletions src/utils/DirectoryUtil.ts

This file was deleted.

0 comments on commit 3e795c2

Please sign in to comment.