Drew Rawitz
Drew Rawitz
My workaround for this right now is something like this: ``` "scripts": { "deploy": "cross-env BRANCH=$(git symbolic-ref --short HEAD) USER=\"$(git config user.name)\" yarn deploy:branch", "deploy:branch": "cross-env-shell yarn build && netlify...
Just wanted to check in and see if this has made any progress. I'm also needing a way to specify some config settings for the `cz-emoji` and I can't seem...
I think the query parameters are useful data, but I agree that it makes the UI a tad messy. What if you show the distinct paths only, but have the...
@jpwilliams I'm using the exact setup from this [NestJS example](https://github.com/inngest/inngest-js/tree/main/examples/framework-nestjs) in this repo, except I'm importing `serve` from `inngest/fastify` instead of express. I get a runtime error when I try...
@jpwilliams Ahh, no but you pointed me in the right direction! After some tinkering, I was able to get it to work! Here's what my `main.ts` file looks like in...