Open datWeazel opened 10 months ago
Hi, can we get built in support for the new JS Module? https://github.com/altmp/altv-js-module-v2/releases
Currently, I simply mount them in via
volumes: - ./docker/modules/libjs-module-v2.so:/opt/altv/modules/libjs-module-v2.so - ./docker/modules/libnodev2.so:/opt/altv/libnodev2.so
But that way I have to manually update the module files.
Sure. When I have the time i add this to the docker file. Is it urgent, though?
Nah, take your time. :) Thank you.
Hi, can we get built in support for the new JS Module? https://github.com/altmp/altv-js-module-v2/releases
Currently, I simply mount them in via
But that way I have to manually update the module files.