Given a Node script run as `node /app/src/server.js`, what does this log?// file: /app/src/server.js const path = require('path'); console.log(path.join(__dirname, '..', 'config.json'));