mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 17:25:21 +00:00
Prettier rewrite
This commit is contained in:
@@ -10,7 +10,7 @@ import os from "node:os";
|
||||
// Please note this is experimental in NodeJS as
|
||||
// it is marked as Stage 3 in TC39
|
||||
// Should probably not be used in production
|
||||
import startData from "./startData.json" assert { "type": "json" };
|
||||
import startData from "./startData.json" assert { type: "json" };
|
||||
|
||||
const PKPass = passkit.PKPass;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user