Fix CascadeStudio integration #99

Merged
Irev-Dev merged 11 commits from kurt/issue-95 into main 2020-11-16 19:33:35 +01:00
Showing only changes of commit 8719b3991c - Show all commits

View File

@@ -1,10 +1,10 @@
[build]
command = "yarn move-ts-defs && yarn rw build && yarn rw db up --no-db-client --auto-approve && yarn rw dataMigrate up"
command = "yarn move-statics && 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"
command = "yarn move-statics && yarn rw dev"
[[redirects]]
from = "/*"