summaryrefslogtreecommitdiff
path: root/packages/server/README.md
diff options
context:
space:
mode:
authorBrandon Keiji <[email protected]>2025-04-18 14:37:02 -0700
committerGitHub <[email protected]>2025-04-18 14:37:02 -0700
commit52683dafc360c431874d85ee9e516c13c96f055f (patch)
tree138a199003f75dc41b31f93568d10c6acdca1f11 /packages/server/README.md
parentf51ca774cfc219c22fec77ff47ecb36240ba90d1 (diff)
infra: add multipackage support (#34)
Diffstat (limited to 'packages/server/README.md')
-rw-r--r--packages/server/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/server/README.md b/packages/server/README.md
new file mode 100644
index 00000000..6e962f2a
--- /dev/null
+++ b/packages/server/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 in a dependenant by calling `import { } from "@gemini-code/server"`