mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Make @stackframe/docs private
This commit is contained in:
parent
08f036655b
commit
9933ee593d
3
docs/fern/openapi/.gitignore
vendored
3
docs/fern/openapi/.gitignore
vendored
@ -1,2 +1 @@
|
||||
client.yaml
|
||||
server.yaml
|
||||
*.yaml
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user