mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
crazy pills
This commit is contained in:
parent
a44634615b
commit
5134949685
2 changed files with 2 additions and 6 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue