how to use nodejs es6 modules?
I follow the instruction in https://docs.serv00.com/Node.js/#preparing-the-nodejs-application but I want to use es6 modules, I try to change app.js to app.mjs but not working. it shows:
Error 403
Access forbidden
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
OR
You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.
If you have any questions contact us.
Please help