mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
13 lines
250 B
TOML
13 lines
250 B
TOML
[build]
|
|
command = "remix build"
|
|
publish = "public"
|
|
|
|
[dev]
|
|
command = "remix watch"
|
|
port = 3000
|
|
autoLaunch = false
|
|
|
|
# [[headers]]
|
|
# for = "/build/*"
|
|
# [headers.values]
|
|
# "Cache-Control" = "public, max-age=31536000, s-maxage=31536000"
|