We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2ba8a commit f5d3164Copy full SHA for f5d3164
Source/Function/Configuration.ts
@@ -17,7 +17,9 @@ export default (async (...[File]) => {
17
await readFile(
18
resolve(
19
`${(await import("node:path")).dirname(
20
- (await import("node:url")).fileURLToPath(import.meta.url),
+ (await import("node:url")).fileURLToPath(
21
+ import.meta.url,
22
+ ),
23
)}/../../${File}`,
24
),
25
"utf-8",
0 commit comments