fix(ci): module path [skip ci]

This commit is contained in:
lowlighter
2022-01-15 09:08:56 -05:00
parent 439abe0377
commit bcb11347e7

View File

@@ -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)), "..")