mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-16 01:25:30 +00:00
Converted all nodejs imports to node: prefix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Buffer } from "buffer";
|
||||
import { Buffer } from "node:buffer";
|
||||
import Joi from "joi";
|
||||
|
||||
export interface CertificatesSchema {
|
||||
|
||||
Reference in New Issue
Block a user