I want to use dotenv - npm package on the my Nakama project
Any suggestion how i can use.
I want to use dotenv - npm package on the my Nakama project
Any suggestion how i can use.
@developerdinno this looks like a Node.js module, Nakama is ES5 compatible but it is not a Node.js environment, hence the process.env
object is not available, this module will not work.
Thank you so much sir <3.