mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-16 09:25:41 +00:00
Updated serverless example to run on ESM
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ALBEvent, ALBResult } from "aws-lambda";
|
||||
import { PKPass } from "passkit-generator";
|
||||
import { createPassGenerator } from "../shared";
|
||||
import { createPassGenerator } from "../shared.js";
|
||||
|
||||
/**
|
||||
* Lambda for fields example
|
||||
|
||||
Reference in New Issue
Block a user