Initial stab at vitejs update

This commit is contained in:
2024-03-24 11:18:29 -06:00
parent c7d93db6f2
commit ef5f81932d
19 changed files with 4982 additions and 11083 deletions

View File

@@ -539,9 +539,7 @@ import {
EndorserRateLimits,
ImageRateLimits,
} from "@/libs/endorserServer";
// eslint-disable-next-line @typescript-eslint/no-var-requires
const Buffer = require("buffer/").Buffer;
import { Buffer } from "buffer/";
interface IAccount {
did: string;