Make @stackframe/docs private

This commit is contained in:
Stan Wohlwend 2024-06-15 20:22:33 +02:00
parent 08f036655b
commit 9933ee593d
2 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1 @@
client.yaml
server.yaml
*.yaml

View File

@ -3,7 +3,9 @@
"version": "2.4.25",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"clean": "rimraf .next && rimraf node_modules && rimraf fern/openapi/*.yaml",
"dev": "pnpm run fern docs dev --port 8104",
"fern": "fern"
},
@ -11,5 +13,8 @@
"author": "",
"dependencies": {
"fern-api": "^0.30.7"
},
"devDependencies": {
"rimraf": "^5.0.7"
}
}