Content pfp
Content
@
0 reply
0 recast
0 reaction

mulf pfp
mulf
@mulf
When I ship my frame to prod, how do I disable the dev tools? I could redirect the link in prod but ideally the frame inspector doesn’t make it past compilation
1 reply
0 recast
0 reaction

awkweb 🐸 pfp
awkweb 🐸
@awkweb
what version of frog and tool are you using (e.g. next.js)? you should be able to do something like this: if (isDevelopment) devtools(app, { serveStatic })
1 reply
0 recast
0 reaction

mulf pfp
mulf
@mulf
I’m using the node adapter. And the dev tools work out of the box without any l set up like the docs say. I think that’s why I am confused. I don’t have to set them up to use them. Also hot reload for node is presently broken since the old and new servers are fighting over port 3000. Will send an issue
1 reply
0 recast
0 reaction