1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
joostdecock 2022-08-23 13:13:56 +02:00
parent e1d10aba62
commit d230d0dee8
126 changed files with 751 additions and 477 deletions

View file

@ -11,7 +11,10 @@ import axios from 'axios'
import { fileURLToPath } from 'url';
// Current working directory
const cwd = dirname(fileURLToPath(import.meta.url))
const cwd = __dirname
? __dirname
: dirname(fileURLToPath(import.meta.url))
const nl = "\n"
const tab = " "