mikefrancis

Results 19 comments of mikefrancis

@michaeltaranto Thanks for the reply! Is there any way to host the fonts from the playroom dev server without these being served from the public web?

@michaelwarren1106 You'll need to add a CSS loader to your webpack config: ```js // playroom.config.js module.exports = { // ... webpackConfig: () => ({ module: { rules: [ { test:...

@Jimbolino Sorry about the delay, feel free to submit a PR 👍

No problem @schettn, it is still an issue yes. Full transparency, we're actually looking at migrating to [graphql-server](https://github.com/honojs/middleware/tree/main/packages/graphql-server) middleware as we're finding TDD a little difficult with Pylon and any...

That would be great, do you know roughly when V3 is due for release? On the TDD DX, any way of being able to be able to not need to...

@schettn thanks for responding, no immediate rush but will prevent us from deploying to prod so if the release is due soon then great.

Might be good to have the option to disable introspection too

Having just moved an app to Amplify to simplify billing, we're about to move back over to Vercel for modern versions of Node and faster cold starts. It's worth the...