mirror of
https://github.com/unraid/api.git
synced 2026-01-19 15:09:40 -06:00
fix: ensure script path is absolute
This commit is contained in:
@@ -3,7 +3,7 @@ const path = require('path');
|
||||
|
||||
const common = {
|
||||
name: 'graphql-api',
|
||||
script: './dist/index.js',
|
||||
script: path.resolve(__dirname, './dist/index.js'),
|
||||
watch: false,
|
||||
wait_ready: true,
|
||||
listen_timeout: 3000,
|
||||
|
||||
Reference in New Issue
Block a user