13 lines
195 B
TOML
13 lines
195 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
|