Luís Mota
Results
2
comments of
Luís Mota
I managed to solve my issue doing a initCommand copying the `.env` to the `.devcontainer` folder: `devcontainer.json` `"initializeCommand": "cp .env .devcontainer/.env"`
Is there any solution/workaround for this issue without changing the vuejs-form rep code?