Files
gemini-cli/packages/server/README.md

7 lines
363 B
Markdown
Raw Normal View History

2025-04-18 14:37:02 -07:00
Nested package template. Either fill this out with "backend" functionality or create similar packages that you want built separate from the CLI.
To use this package from another dependent package in this monorepo:
2025-05-16 22:27:25 +01:00
1. Add `"@gemini-code/server"` to the dependent package's `package.json`
1. Import a dependency by calling `import { } from "@gemini-code/server"`