File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 44
55### Added
66- Added ` BYPASS_LOGIN ` env variable to bypass social login for development
7+ - Add ` Tuyau ` to handle a type-safe api client to sync our frontend with our backend
78
89### Changes
910- Move from ` eslint & prettier ` to ` Biomejs ` for code quality
Original file line number Diff line number Diff line change @@ -96,4 +96,11 @@ reset-db: rollback migrate seed
9696
9797.PHONY : generate-tuyau
9898generate-tuyau :
99- node ace tuyau:generate && node --loader ts-node/esm scripts/tuyau_api_tsignore.ts
99+ node ace tuyau:generate
100+
101+ .PHONY : add-tsnocheck-to-tuyau
102+ add-tsnocheck-to-tuyau :
103+ node --loader ts-node/esm scripts/tuyau_api_tsignore.ts
104+
105+ .PHONY : tuyau
106+ tuyau : generate-tuyau add-tsnocheck-to-tuyau
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ The `Makefile` provides shortcuts for common tasks. Below is a list of available
4040
4141- ** ` make jobs ` ** - Run background jobs with ` pnpm jobs:run ` .
4242- ** ` make offline ` ** - Set ` BYPASS_LOGIN=1 ` in ` .env ` to enable offline mode.
43+ - ** ` make tuyau ` ** - Run the ` tuyau ` command to generate/re-generate api types.
4344
4445## Setup Instructions
4546
You can’t perform that action at this time.
0 commit comments