chore(new-design): Updates for recent changes
This commit is contained in:
parent
d29ecd6b27
commit
e49b85d6d0
8 changed files with 19 additions and 4 deletions
|
@ -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 = " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue