chore: Reconfigure packages
This commit is contained in:
parent
e1d10aba62
commit
d230d0dee8
126 changed files with 751 additions and 477 deletions
|
@ -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 = " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue