trigger.dev icon indicating copy to clipboard operation
trigger.dev copied to clipboard

[TRI-1336] [TRI-721] Add remix-development-tools to the webapp

Open matt-aitken opened this issue 1 year ago • 2 comments

The remix-development-tools package adds a lot of really useful tools for debugging Remix apps.

Solution

From SyncLinear.com | TRI-721

TRI-1336

matt-aitken avatar Oct 02 '23 17:10 matt-aitken

I want to work on this issue

PrateekKrishna avatar Oct 14 '23 11:10 PrateekKrishna

There's a branch here with WIP on this: https://github.com/triggerdotdev/trigger.dev/tree/feat/remix-development-tools

But it doesn't work because when running the webapp I get the error process.env is undefined on the client. The file runs on the server and client. I tried moving the conditional to a .server.ts file but then it obviously is undefined on the client…

matt-aitken avatar Oct 19 '23 15:10 matt-aitken