pl-fe: Disable global objects used for debugging

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-10-15 00:07:53 +02:00
parent b29b488d7e
commit 6633b28645

View File

@ -18,9 +18,6 @@ const mrfSimpleSchema = coerceObject(v.entriesFromList(
v.fallback(v.array(v.string()), []),
));
(window as any).v = v;
(window as any).mrfSimpleSchema = mrfSimpleSchema;
type MRFSimple = v.InferOutput<typeof mrfSimpleSchema>;
export { mrfSimpleSchema, type MRFSimple };