diff options
| author | Brandon Keiji <[email protected]> | 2025-04-20 12:33:39 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-20 12:33:39 -0700 |
| commit | f480ef4bbcc9dc03b5a9a1e80e5f428038c8d34e (patch) | |
| tree | ab587c472f7f0caf00a8cacdc58577223f449f36 /packages/cli/index.ts | |
| parent | a66ad2e2af3d4ffd0a7ab125215e7ed3c3325452 (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.ts | 7 |
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'; |
