chore: update agents file

This commit is contained in:
Aarnav Tale
2026-03-14 11:50:19 -04:00
parent 6470f5a821
commit cf4c163c92
+4 -2
View File
@@ -42,8 +42,10 @@ care to use our preferred PNPM version and Node version as defined in the
`engines` field of `package.json`. We also use TypeScript Go and Oxfmt for `engines` field of `package.json`. We also use TypeScript Go and Oxfmt for
type-checking and formatting respectively. type-checking and formatting respectively.
You can also run Headscale CLI commands with When typechecking, use `pnpm run typecheck`, when linting and formatting, use
`docker exec headscale headscale <command>` when the dev environment is running. the respective `lint` and `format` scripts, you can pass flags to them. You can
also run Headscale CLI commands with `docker exec headscale headscale <command>`
when the dev environment is running.
## Docs ## Docs