feat: use strictly typed configs and context

This commit is contained in:
Aarnav Tale 2024-05-20 14:05:09 -04:00
parent 0a12cdb3d6
commit 3e51e4861d
No known key found for this signature in database
17 changed files with 742 additions and 676 deletions

3
pnpm-lock.yaml generated
View file

@ -91,6 +91,9 @@ dependencies:
yaml:
specifier: ^2.4.2
version: 2.4.2
zod:
specifier: ^3.23.8
version: 3.23.8
devDependencies:
'@remix-run/dev':