Consider exporting the functions behind keystone start
etc.
#9023
frantjc
started this conversation in
Feature requests
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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/ncc
to minify my application's build, instead having to package the application with the entirety of it'snode_modules
so as to allownode_modules/.bin/keystone
to 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