We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f0366 commit 9933ee5Copy full SHA for 9933ee5
docs/fern/openapi/.gitignore
@@ -1,2 +1 @@
1
-client.yaml
2
-server.yaml
+*.yaml
docs/package.json
@@ -3,13 +3,18 @@
3
"version": "2.4.25",
4
"description": "",
5
"main": "index.js",
6
+ "private": true,
7
"scripts": {
8
+ "clean": "rimraf .next && rimraf node_modules && rimraf fern/openapi/*.yaml",
9
"dev": "pnpm run fern docs dev --port 8104",
10
"fern": "fern"
11
},
12
"keywords": [],
13
"author": "",
14
"dependencies": {
15
"fern-api": "^0.30.7"
16
+ },
17
+ "devDependencies": {
18
+ "rimraf": "^5.0.7"
19
}
20
0 commit comments