refactor: clean up build output (#53)

* refactor: clean up build output

* refactor: add index.ts to package roots
This commit is contained in:
Brandon Keiji
2025-04-20 12:33:39 -07:00
committed by GitHub
parent a66ad2e2af
commit f480ef4bbc
9 changed files with 31 additions and 18 deletions

7
packages/cli/index.ts Normal file
View File

@@ -0,0 +1,7 @@
/**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import './src/gemini.js';