23 lines
445 B
TOML
23 lines
445 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"
|
|
|
|
[[plugins]]
|
|
package = "@sentry/netlify-build-plugin"
|
|
|
|
[plugins.inputs]
|
|
sentryOrg = "kurt"
|
|
sentryProject = "kurt"
|