Skip to content

Commit 1619c38

Browse files
committed
fix: Add back github section as described in README.md.
1 parent e08aad5 commit 1619c38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fern/generators.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ groups:
1010
output:
1111
location: pypi
1212
package-name: startersdk
13+
github:
14+
repository: your-org/your-python-sdk-repo
1315
config:
1416
client:
1517
class_name: Starter
@@ -24,6 +26,8 @@ groups:
2426
output:
2527
location: npm
2628
package-name: startersdk
29+
github:
30+
repository: your-org/your-ts-sdk-repo
2731
config:
2832
namespaceExport: Starter
2933

0 commit comments

Comments
 (0)