You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing ddev-viteserv, the .ddev/.env file is always created with VITE_PROJECT_DIR=frontend. Is it possible to pass an argument or run a command to change this to something else? Thanks!
The text was updated successfully, but these errors were encountered:
I don't know if you can set this before installation, but once you've installed the plugin with
ddev get torenware/ddev-viteserve
the main config file for the plugin, .ddev/.env will be set up, and you can edit it. In your case, you want to change VITE_PROJECT_DIR=frontend to VITE_PROJECT_DIR=.. Then do
When installing
ddev-viteserv
, the.ddev/.env
file is always created withVITE_PROJECT_DIR=frontend
. Is it possible to pass an argument or run a command to change this to something else? Thanks!The text was updated successfully, but these errors were encountered: