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
871b905ad9
commit
5a75e57a51
1 changed files with 5 additions and 0 deletions
|
|
@ -7,3 +7,8 @@ export default createRequestHandler({
|
|||
// process.env.NODE_ENV is provided by Remix at compile time
|
||||
mode: process.env.NODE_ENV,
|
||||
});
|
||||
|
||||
export const config = {
|
||||
cache: "manual",
|
||||
path: "/*",
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue