mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
netlify
This commit is contained in:
parent
0eaa9c51b6
commit
2676e0d77e
1 changed files with 6 additions and 0 deletions
|
|
@ -5,4 +5,10 @@ module.exports = {
|
||||||
future: {
|
future: {
|
||||||
unstable_postcss: true,
|
unstable_postcss: true,
|
||||||
},
|
},
|
||||||
|
ignoredRouteFiles: ["**/.*"],
|
||||||
|
server:
|
||||||
|
process.env.NETLIFY || process.env.NETLIFY_LOCAL
|
||||||
|
? "./server.js"
|
||||||
|
: undefined,
|
||||||
|
serverBuildPath: ".netlify/functions-internal/server.js",
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue