Upgrade redwood 34.1
This commit is contained in:
@@ -4,7 +4,16 @@ publish = "web/dist"
|
||||
functions = "api/dist/functions"
|
||||
|
||||
[dev]
|
||||
command = "yarn rw dev"
|
||||
# To use [Netlify Dev](https://www.netlify.com/products/dev/),
|
||||
# install netlify-cli from https://docs.netlify.com/cli/get-started/#installation
|
||||
# and then use netlify link https://docs.netlify.com/cli/get-started/#link-and-unlink-sites
|
||||
# to connect your local project to a site already on Netlify
|
||||
# then run netlify dev and our app will be accessible on the port specified below
|
||||
framework = "redwoodjs"
|
||||
# Set targetPort to the [web] side port as defined in redwood.toml
|
||||
targetPort = 8910
|
||||
# Point your browser to this port to access your RedwoodJS app
|
||||
port = 8888
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
|
||||
Reference in New Issue
Block a user