fix: add @ts-ignore to import.meta.url
This commit is contained in:
parent
4761259c9c
commit
bdd2b66725
|
@ -2,5 +2,6 @@ import { dirname } from "node:path";
|
|||
import { fileURLToPath } from "node:url";
|
||||
|
||||
export default function () {
|
||||
// @ts-ignore
|
||||
return dirname(fileURLToPath(import.meta.url));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue