Skip to content

Commit 5a2af72

Browse files
committed
fix typedoc generation
1 parent 5af87a8 commit 5a2af72

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ coverage/
5252
.devenv.flake.nix
5353
/nix
5454
/.devenv
55+
56+
docs/

packages/create-coda/src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
* This package does not export anything. It is used to scaffold new Coda client projects.
3+
*
4+
* Use `bun create @macalinao/create-coda my-client` to scaffold a new project.
5+
*/
6+
export {};

0 commit comments

Comments
 (0)