Hey guys!
I’m trying to allow the user to set variables before making the deploy. That is working for users that have already made a deploy, but the configuration fields are not beeing shown to users that are making their first deploy.
Can someone help me?
This is my netlify.toml setting:
[build]
command = "npm run build"
publish = "dist"
[template.environment]
ECOM_STORE_ID = "Your E-Com Plus Store ID"
ECOM_STORE_OBJECT_ID = "Your E-Com Plus Store Object ID"