Files
cadhub/netlify.toml
2020-10-12 20:27:40 +11:00

13 lines
301 B
TOML

[build]
command = "yarn move-ts-defs && yarn rw build && yarn rw db up --no-db-client --auto-approve && yarn rw dataMigrate up"
publish = "web/dist"
functions = "api/dist/functions"
[dev]
command = "yarn move-ts-defs && yarn rw dev"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200