PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
@pm2
/
agent
const http = require('http') const server = http.createServer((req, res) => { res.writeHead(500) res.end(JSON.stringify({msg: 'Database error.'})) }) server.listen(1337)
[+]
.vscode
[+]
..
[+]
node_modules
[-] package.json
[edit]
[-] .drone.jsonnet
[edit]
[-] test.js
[edit]
[-] index.js
[edit]
[-] config.js
[edit]
[-] yarn.lock
[edit]
[-] README.md
[edit]
[-] constants.js
[edit]
[-] LICENSE
[edit]
[+]
src