chore: replace Sapling with Git

This commit is contained in:
2024-06-13 05:44:35 -04:00
parent 79f86a2493
commit 168ea0a88f
4 changed files with 8 additions and 8 deletions

View File

@@ -7,13 +7,6 @@ npm run dev
npm run deploy
```
pre-commit hook for Sapling (`.sl/config`):
```
[hooks]
precommit = echo $HG_PARENT1 && bun prettier $(sl show -T "{file_adds} {file_mods}\n\n" $HG_PARENT1 --stat | head -n 1) --write --no-error-on-unmatched-pattern
```
## Development
If a route is internal-only or doesn't need to appear on the OpenAPI spec (that's autogenerated by Hono), use the `Hono` class. Otherwise, use the `OpenAPIHono` class from `@hono/zod-openapi`.