File size: 152 Bytes
44fba65 |
1 2 3 4 5 6 7 |
import { dirname } from 'path'
import { fileURLToPath } from 'url'
const __dirname = dirname(fileURLToPath(import.meta.url))
export default __dirname
|
44fba65 |
1 2 3 4 5 6 7 |
import { dirname } from 'path'
import { fileURLToPath } from 'url'
const __dirname = dirname(fileURLToPath(import.meta.url))
export default __dirname
|