Fix production builds 3

This commit is contained in:
Yeicor
2025-08-02 13:37:33 +02:00
parent f1c0a21699
commit c383b8573a

View File

@@ -1,4 +1,5 @@
import encryptCode from "tanmayo7lock/dist/index.js?raw";
//@ts-expect-error
import encryptCode from "tanmayo7lock?raw";
function encrypt(msg: string, secret: string = "hudfhgd8fghdfgh3uhuifdgh"): string {
let exports: any = {};