#Can you start directus using node instead of npx?
9 messages · Page 1 of 1 (latest)
using npx you can call any package without worrying about PATH because it installs the package into npm cache dir. If you do not want to use npx instead of npx <package> you can do node <path/to/package>. And then you can use the new --watch arg.
What file do you need to watch?
basically any extension files
For extension you just turn on auto reload extension on .env file. Directus will automatically reload extension if there are any changes
does it work for endpoints?
Yaps, it's work