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