mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-16 09:25:41 +00:00
Changed self-hosted to run on ESM
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import fs from "node:fs/promises";
|
||||
import path from "node:path";
|
||||
import { fileURLToPath } from "node:url";
|
||||
|
||||
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
||||
|
||||
interface Cache {
|
||||
certificates:
|
||||
|
||||
Reference in New Issue
Block a user