crazy pills

This commit is contained in:
Wes Bos 2023-02-22 15:03:25 -05:00
parent a44634615b
commit 5134949685
2 changed files with 2 additions and 6 deletions

View file

@ -1,17 +1,12 @@
[build] [build]
command = "remix build" command = "remix build"
# publish = "public" publish = "public"
[dev] [dev]
command = "remix watch" command = "remix watch"
port = 3000 port = 3000
autoLaunch = false autoLaunch = false
# [[redirects]]
# from = "/*"
# to = "/.netlify/edge-functions/server"
# status = 200
[[headers]] [[headers]]
for = "/build/*" for = "/build/*"
[headers.values] [headers.values]

View file

@ -6,6 +6,7 @@ module.exports = {
future: { future: {
unstable_postcss: true, unstable_postcss: true,
}, },
assetsBuildDirectory: "publicxxxx/baller",
ignoredRouteFiles: ["**/.*"], ignoredRouteFiles: ["**/.*"],
server: server:
process.env.NETLIFY || process.env.NETLIFY_LOCAL process.env.NETLIFY || process.env.NETLIFY_LOCAL