Commit d4a26e9a authored by Ahmad's avatar Ahmad

init

parent 7fc71c4c
Pipeline #203 canceled with stages
......@@ -13,7 +13,7 @@ const shell = require('shelljs');
const pm2 = require('pm2')
const execAsync = ut.promisify(require('child_process').exec);
const app = express()
let Xray = require('./xray')
let Xray = require('./xray.js')
let xrayManager = new Xray()
const {spawn} = require('child_process');
const processName = `config.json`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment