how do I run a npx command in my project
dtrejogo
PROOP

a year 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

brody
EMPLOYEE

a year ago

You would want to run that locally with railway run <command>

https://docs.railway.app/reference/cli-api#run


Loading...