isbot
in remix?
#10595
-
Why is remix.js forcing the installation of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's used in entry.server to buffer the document response instead of streaming it If you don't have that file you can use You need the dependency even if the file is hidden because at runtime is a dependency of your app, not a dependency of Remix itself |
Beta Was this translation helpful? Give feedback.
It's used in entry.server to buffer the document response instead of streaming it
If you don't have that file you can use
npx remix reveal
to get itYou need the dependency even if the file is hidden because at runtime is a dependency of your app, not a dependency of Remix itself