Hi everyone,
I have a question about how `shop-minis submit` handles environment variables.
- When submitting a Shop Mini, does the `submit` command read or upload the `.env` file in any way?
- If it does not, what is the recommended way to document or provide the required environment variables for review?
In our project we included both `.env` and `.env.example`, but we are not sure whether `.env` was actually set up during review, or if only the code bundle is uploaded.
Any clarification on how `.env` is treated in the submission process would be very helpful. Thank you.