how do I run a npx command in my project
dtrejogo
PROOP
2 years ago
I'm using vendure framework to run an e-commerce platform, and I need to run this command in the console of the project: npx vendure reindex
1 Replies
2 years ago
You would want to run that locally with railway run <command>
