fix(ci): module path [skip ci]
This commit is contained in:
2
.github/scripts/preview.mjs
vendored
2
.github/scripts/preview.mjs
vendored
@@ -2,7 +2,7 @@
|
|||||||
import fs from "fs/promises"
|
import fs from "fs/promises"
|
||||||
import paths from "path"
|
import paths from "path"
|
||||||
import url from "url"
|
import url from "url"
|
||||||
import setup from "../source/app/metrics/setup.mjs"
|
import setup from "../../source/app/metrics/setup.mjs"
|
||||||
|
|
||||||
//Paths
|
//Paths
|
||||||
const __metrics = paths.join(paths.dirname(url.fileURLToPath(import.meta.url)), "..")
|
const __metrics = paths.join(paths.dirname(url.fileURLToPath(import.meta.url)), "..")
|
||||||
|
|||||||
Reference in New Issue
Block a user