10 lines
185 B
TOML
10 lines
185 B
TOML
[build]
|
|
base = "frontend/"
|
|
publish = "frontend/build/"
|
|
|
|
[context.develop.environment]
|
|
REACT_APP_STAGING = "true"
|
|
|
|
[context.branch-deploy.environment]
|
|
REACT_APP_STAGING = "true"
|