We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59057f5 commit d70dda0Copy full SHA for d70dda0
1 file changed
CLAUDE.md
@@ -0,0 +1,5 @@
1
+Use pnpm for node and poetry for python to install and update dependencies.
2
+Run `pnpm run format`, `pnpm run lint` and `pnpm run typecheck` before commiting changes.
3
+To re-generate the API client run `make codegen` in the repository root.
4
+Run tests on affected codepaths using `pnpm run test`.
5
+Dfault credentials are stored in .env.local in the repository root or inside ~/.e2b/config.json.
0 commit comments