System Information
- Strapi Version: 4.13.1
- Operating System: Linux Mint 21.2
- Database: Mysql Lattest docker image
- Node Version: v18.17.1
- NPM Version: 10.0.0
- Yarn Version:
Is there a way to use create-strapi-app to just generate the .env file but NOT inject the dependencies.
This is necessary for a situation when strapi is deployed on a new server, all files are already there, only the .env file is missing.
Please explain how this can be done, if it can be done at all.
Thank you!