Running keystone with NodeJS flags #8972
Answered
by
iamandrewluca
Arthur-Ruthenberg
asked this question in
Questions
-
Hi, Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
iamandrewluca
Feb 8, 2024
Replies: 1 comment 4 replies
-
You can run directly Keyston CLI from node --trace node_modules/.bin/keystone Or 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
.bin
folderOr 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')"