16 lines
319 B
TOML
16 lines
319 B
TOML
[build]
|
|
command = "yarn rw deploy netlify"
|
|
publish = "web/dist"
|
|
functions = "api/dist/functions"
|
|
|
|
[dev]
|
|
command = "yarn rw dev"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|
|
|
|
[context.deploy-preview.environment]
|
|
CAD_LAMBDA_BASE_URL = "https://t7wdlz8ztf.execute-api.us-east-1.amazonaws.com/dev2"
|