This commit is contained in:
SillyLossy
2023-04-22 22:44:46 +03:00
parent 06a227812d
commit 652e44c74f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env node
const process = require('process')
const yargs = require('yargs/yargs');
const { hideBin } = require('yargs/helpers');
@@ -19,7 +20,6 @@ const cliArguments = yargs(hideBin(process.argv))
}).argv;
// change all relative paths
const process = require('process')
process.chdir(__dirname)
const express = require('express');