Running keystone with NodeJS flags #8972
Answered
by
unrevised6419
Arthur-Ruthenberg
asked this question in
Questions
-
|
Hi, Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
unrevised6419
Feb 8, 2024
Replies: 1 comment 4 replies
-
|
You can run directly Keyston CLI from node --trace node_modules/.bin/keystoneOr you can import node --trace -e "require('@keystone-6/core/scripts')" |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
dcousens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can run directly Keyston CLI from
.binfolderOr you can import
@keystone-6/core/scripts, which will do the same as running the Keystone CLI.node --trace -e "require('@keystone-6/core/scripts')"