mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
Initial commit
This commit is contained in:
commit
55332d1ddb
168 changed files with 18456 additions and 0 deletions
13
apps/docs/package.json
Normal file
13
apps/docs/package.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "docs",
|
||||
"version": "0.1.0",
|
||||
"scripts": {
|
||||
"dev": "mintlify dev --port 3001",
|
||||
"generate-api": "npx @mintlify/scraping@latest openapi-file https://next-fast-turbo-api.vercel.app/openapi.json --outDir ./api/",
|
||||
"generate-api:dev": "npx @mintlify/scraping@latest openapi-file https://127.0.0.1:8000/openapi.json --outDir ./api/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mintlify/scraping": "^3.0.88",
|
||||
"mintlify": "^4.0.127"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue