Content-Length: 335658 | pFad | http://github.com/coderabbitai/bitbucket/pull/10/files/e613fff7f901a10e7d98b6052cb3be93a72ac97e

08 🏗️ Add entry point for cloud and server by NatoBoram · Pull Request #10 · coderabbitai/bitbucket · GitHub
Skip to content

🏗️ Add entry point for cloud and server #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./cloud": {
"types": "./dist/cloud/index.d.ts",
"default": "./dist/cloud/index.js"
},
"./server": {
"types": "./dist/server/index.d.ts",
"default": "./dist/server/index.js"
}
},
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/cloud/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "./client.js"
export type * as cloud from "./openapi/index.js"
export type * from "./openapi/index.js"
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from "./base64.js"
export * from "./cloud/index.js"
export * from "./server/index.js"
export * as cloud from "./cloud/index.js"
export * as server from "./server/index.js"
6 changes: 5 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./src/index.ts"],
"entryPoints": [
"./src/index.ts",
"./src/cloud/index.ts",
"./src/server/index.ts"
],
"highlightLanguages": ["ini", "sh", "ts"]
}
Loading








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/coderabbitai/bitbucket/pull/10/files/e613fff7f901a10e7d98b6052cb3be93a72ac97e

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy