issues
search
wasp-lang
/
wasp
The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.81k
stars
1.19k
forks
source link
Enable users to define their env var validations
#2363
Open
infomiho
opened
3 weeks ago
infomiho
commented
3 weeks ago
Caveats:
users will need to be careful not to cause circular imports. Ideally they use a file only for env schemas e.g.
env.ts
user will need to use the
EnvValidationFn
with
satisfies
Caveats:
env.ts
EnvValidationFn
withsatisfies