Rob Thorne
Rob Thorne
Good to know, although my use case is a little unusual: I just fixed some issues with my tests that broke about a week ago. The problem tests modified config.yaml...
> You'd probably be better using `yq` to edit the config.yaml Probably true. I'll give that a try to see if it does the necessary. I'd guess yq will be...
I took a quick look at my implementation of the start command, and right now, the script wants to find the config file in the `VITE_PROJECT_DIR`, using the default name...
I see the patch, but don't understand why this should be in `ddev-viteserve`: you're posting info about your ddev project which isn't really viteserve specific. Could you explain what you're...
> When running the command `ddev vite-serve start` it is not visible for which project the server was opened. > > Using the step by step in readme, the default...
> You should be able to compare `$DDEV_PROJECT_TYPE` to `laravel`. That gets the Laravel users that use the project type. But there are others that use project type 'php' OK,...
For folks like @tyler36 to try to make sure this does what it needs to do: Here's what the UI looks like when you do not set a package manager...
> You should be able to compare `$DDEV_PROJECT_TYPE` to `laravel`. That gets the Laravel users that use the project type. But there are others that use project type 'php' This...
I had to track down that version of my code in the repo (git is awesome that you can do that), and I don't see any reason why I would...
OK, I think I get why it was on onMounted: the stripe-based UI gets inserted into a form, which does not exist before mount time. I could certainly construct the...