David Price
David Price
Previously (and on "most" hosting providers) I was able to do something like this: https://deploy-target-ci.vercel.app/api/graphql?query={post(id:1){title}} Which made for an easy health check: - graphql api ✅ - DB queries ✅
> GET requests are handled by Yoga Ok, then there must be something going on elsewhere. I can confirm for some hosting providers GET is working: - https://rwjs-deploy-target-ci.vercel.app/api/graphql?query={post(id:1){title}} But not...
@peterp I saw it being used by The Guild and asked Dom to explore as an option. Still new to me as well. Here's the associated bot activity in a...
@jtoar Let's sync up on this one real-time and get it in. I just want to make sure I'm on the same page about how we're going use this so...
@jtoar let's revisit this week
> I've forever wondered why this wasn't part of the install. I just assumed this was something decided early on, before my involvement. Is there any more background info on...
Prompts to consider adding to create: - git (user adds commit message) - ts or js - auth - yarn install - UI: tailwind or chakra - deploy target -...
Packages to consider: - https://www.npmjs.com/package/chalk-animation - https://www.npmjs.com/package/inquirer (prompt alternative)
Thanks @Tobbe To be clear, I don't care about the underlying tools. I just think there's a lot we can do to improve the overall experience. Listr can be fine...
Looping in @dac09 @virtuoushub @dthyresson I ran into this specifically going from: 1. Cell with Mocks 2. Then viewing the Page containing the cell 3. required kill/restart of the SB...