summaryrefslogtreecommitdiff
path: root/packages/cli/index.ts
diff options
context:
space:
mode:
authorBrandon Keiji <[email protected]>2025-04-20 12:33:39 -0700
committerGitHub <[email protected]>2025-04-20 12:33:39 -0700
commitf480ef4bbcc9dc03b5a9a1e80e5f428038c8d34e (patch)
treeab587c472f7f0caf00a8cacdc58577223f449f36 /packages/cli/index.ts
parenta66ad2e2af3d4ffd0a7ab125215e7ed3c3325452 (diff)
refactor: clean up build output (#53)
* refactor: clean up build output * refactor: add index.ts to package roots
Diffstat (limited to 'packages/cli/index.ts')
-rw-r--r--packages/cli/index.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/cli/index.ts b/packages/cli/index.ts
new file mode 100644
index 00000000..23e21097
--- /dev/null
+++ b/packages/cli/index.ts
@@ -0,0 +1,7 @@
+/**
+ * @license
+ * Copyright 2025 Google LLC
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
+import './src/gemini.js';