Files
aniplay-api/README.md
Rushil Perera 29345a7bd1 style: add prettier
Summary:

Test Plan:
2024-05-14 22:01:21 -04:00

16 lines
246 B
Markdown

```
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
```