Siddharth Suresh
Siddharth Suresh
Hey @tordans it's meant to be there, the generator uses those comments to know where to update the file, if you choose to run the generate command again on the...
Hey @tordans We could improve this comment, we just use regex matching to find this and replace. Would you be interested in working on this?
@QuangHD-GearInc Thanks for the issue! we can currently set the `APP_ENV` to a singular environment which will in-turn load the `env` files of the following pattern ```ts `.env.${APP_ENV}.local`, `.env.${APP_ENV}`, `.env.local`...
Docs for https://github.com/blitz-js/blitz/pull/3869
Superseded by https://github.com/blitz-js/blitzjs.com/pull/812
Hey @rimselis, could you add an explicit Superjson registration in your blitz-sever.ts file and check. ```ts //blitz-server.ts ... SuperJson.registerClass(AuthenticationError, { identifier: "BlitzAuthenticationError", allowProps: ["name", "message", "code", "statusCode", "meta", "url"], })...
Hey @tianyingchun, yes we do not support this functionality right now. The way to go for this issue is to run esbuild before we generate the routes manifest to get...
thanks for the issue @espenja and your suggestion @justinsmid taking a look now.
Hey @woondossier would it be possible for you to share a minimal reproduction?
@cesarve77 I would like a little bit more clarity on this issue, does this happen only you used dates or did you face an infinite loop regardless?