diff options
| author | Tommaso Sciortino <[email protected]> | 2025-05-30 18:25:47 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-30 18:25:47 -0700 |
| commit | 21fba832d1b4ea7af43fb887d9b2b38fcf8210d0 (patch) | |
| tree | 7200d2fac3a55c385e0a2dac34b5282c942364bc /packages/core/README.md | |
| parent | c81148a0cc8489f657901c2cc7247c0834075e1a (diff) | |
Rename server->core (#638)
Diffstat (limited to 'packages/core/README.md')
| -rw-r--r-- | packages/core/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/core/README.md b/packages/core/README.md new file mode 100644 index 00000000..3345cebd --- /dev/null +++ b/packages/core/README.md @@ -0,0 +1,6 @@ +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 a dependency by calling `import { } from "@gemini-code/server"` |
