module.exports = { apps: [ { script: './uiharu.ts', interpreter: 'deno', interpreterArgs: 'run --allow-net --allow-read --allow-run --allow-env', }, ], };