5 lines
132 B
JavaScript
5 lines
132 B
JavaScript
import { fileURLToPath } from 'url';
|
|
|
|
const uvPath = fileURLToPath(new URL('../dist/', import.meta.url));
|
|
|
|
module.exports = uvPath;
|