Consider exporting the functions behind keystone start etc.
#9023
frantjc
started this conversation in
Feature requests
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I added Keystone to an application that starts Keystone by spawning a child process like so:
The downside of this is that I had to stop using a tool like
@vercel/nccto minify my application's build, instead having to package the application with the entirety of it'snode_modulesso as to allownode_modules/.bin/keystoneto have all of its dependencies. This more than quadrupled the size of my application's final build.It would be nice if I could instead import a function to start Keystone.. something like:
Beta Was this translation helpful? Give feedback.
All reactions