Experiment with cascade studio #1

Merged
Irev-Dev merged 10 commits from experiment-with-cascade-studio into main 2020-10-12 10:31:39 +02:00
2 changed files with 13 additions and 1 deletions
Showing only changes of commit e8f694587c - Show all commits

12
netlify.toml Normal file
View File

@@ -0,0 +1,12 @@
[build]
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 rw dev"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200

View File

@@ -7,7 +7,7 @@
[web]
port = 8910
apiProxyPath = "/.redwood/functions"
apiProxyPath = "/.netlify/functions"
[api]
port = 8911
[browser]