mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
Fix production builds 3
This commit is contained in:
@@ -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 {
|
function encrypt(msg: string, secret: string = "hudfhgd8fghdfgh3uhuifdgh"): string {
|
||||||
let exports: any = {};
|
let exports: any = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user