Converted all nodejs imports to node: prefix

This commit is contained in:
Alexander Cerutti
2024-10-12 00:23:07 +02:00
parent 2406414e40
commit 474662a1a8
16 changed files with 27 additions and 27 deletions

View File

@@ -1,8 +1,8 @@
import { ALBEvent, ALBResult } from "aws-lambda";
import AWS from "aws-sdk";
import { promises as fs } from "fs";
import path from "path";
import { Buffer } from "buffer";
import fs from "node:fs/promises";
import path from "node:path";
import { Buffer } from "node:buffer";
import config from "../config.json";
import { PKPass } from "passkit-generator";