Rushil Perera 6eb6fde1c8 fix: add main script to package.json
Also added other random details
2024-06-02 07:28:29 -04:00
2024-06-02 06:46:22 -04:00
2024-05-15 09:22:12 -04:00
2024-05-14 22:01:21 -04:00
2024-05-14 22:01:21 -04:00
2024-06-02 06:47:19 -04:00
2024-06-02 07:06:36 -04:00
2024-05-29 08:39:38 -04:00

npm install
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.

Description
No description provided
Readme 2 MiB
Languages
TypeScript 100%