mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
7 lines
367 B
Markdown
7 lines
367 B
Markdown
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:
|
|
|
|
1. add `"@gemini-code/server"` to the dependent package's `package.json`
|
|
1. import in a dependenant by calling `import { } from "@gemini-code/server"`
|