2023-02-20 20:41:29 +00:00
|
|
|
[build]
|
|
|
|
|
command = "remix build"
|
2023-02-22 19:36:48 +00:00
|
|
|
publish = "build"
|
2023-02-20 20:41:29 +00:00
|
|
|
|
|
|
|
|
[dev]
|
2023-02-21 19:23:59 +00:00
|
|
|
command = "remix watch"
|
2023-02-20 20:41:29 +00:00
|
|
|
port = 3000
|
2023-02-22 19:36:48 +00:00
|
|
|
# targetPort = 3000
|
2023-02-21 21:29:26 +00:00
|
|
|
autoLaunch = false
|
2023-02-20 20:41:29 +00:00
|
|
|
|
2023-02-22 19:36:48 +00:00
|
|
|
# [[redirects]]
|
|
|
|
|
# from = "/*"
|
|
|
|
|
# to = "/.netlify/edge-functions/server"
|
|
|
|
|
# status = 200
|
2023-02-20 20:41:29 +00:00
|
|
|
|
|
|
|
|
[[headers]]
|
|
|
|
|
for = "/build/*"
|
|
|
|
|
[headers.values]
|
|
|
|
|
"Cache-Control" = "public, max-age=31536000, s-maxage=31536000"
|