Attempt to at move app into app sub dir
This commit is contained in:
15
app/netlify.toml
Normal file
15
app/netlify.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user