diff --git a/apps/www/src/app/(sl-modification-frame)/servers/embedded/sl-modification-frame/file/[filename]/page.tsx b/apps/www/src/app/(sl-modification-frame)/servers/embedded/sl-modification-frame/file/[filename]/page.tsx index 888c320..5e0acec 100644 --- a/apps/www/src/app/(sl-modification-frame)/servers/embedded/sl-modification-frame/file/[filename]/page.tsx +++ b/apps/www/src/app/(sl-modification-frame)/servers/embedded/sl-modification-frame/file/[filename]/page.tsx @@ -76,7 +76,7 @@ export namespace Minehut { } `; -const transpileTypeScript = (code: string) => { +export const transpileTypeScript = (code: string) => { try { const result = ts.transpileModule(typeDefs + code, { compilerOptions: { @@ -304,13 +304,18 @@ export default function CustomFilePage({