You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues to ensure the feature has not already been requested
🚀 Feature Proposal
Say I have a plugin run a headless browser to scrawl things
It's better to be a singleton instance through the whole nodejs process scope, not the app scope( for each request ).
For now, I should eject the server.js and add the plugin in it.
Is it possible to add process based plugin without eject ?
Motivation
No response
Example
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
🚀 Feature Proposal
Say I have a plugin run a headless browser to scrawl things
It's better to be a singleton instance through the whole nodejs process scope, not the app scope( for each request ).
For now, I should eject the server.js and add the plugin in it.
Is it possible to add process based plugin without eject ?
Motivation
No response
Example
No response
The text was updated successfully, but these errors were encountered: