pl-fe: Disable global objects used for debugging
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user