Fixes new CascadeStudio integrations missed by #202

This commit is contained in:
Kurt Hutten
2021-01-25 06:01:44 +11:00
parent bb70b29324
commit 231829942e
5 changed files with 5 additions and 254 deletions

View File

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