1
0
Fork 0

chore(new-design): Updates for recent changes

This commit is contained in:
joostdecock 2022-08-22 15:38:21 +02:00
parent d29ecd6b27
commit e49b85d6d0
8 changed files with 19 additions and 4 deletions

View file

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