From e226be80d2f9e369655bcc1ea3ed628d76c4df39 Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:53:46 -0600 Subject: [PATCH] fix: polyvinyl error (#58696) --- shared/utils/polyvinyl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/utils/polyvinyl.ts b/shared/utils/polyvinyl.ts index f0d1e588b56..4364bb77b03 100644 --- a/shared/utils/polyvinyl.ts +++ b/shared/utils/polyvinyl.ts @@ -1,7 +1,7 @@ // originally based off of https://github.com/gulpjs/vinyl import invariant from 'invariant'; -const exts = ['js', 'html', 'css', 'jsx', 'ts'] as const; +const exts = ['js', 'html', 'css', 'jsx', 'ts', 'py'] as const; export type Ext = (typeof exts)[number]; export type IncompleteChallengeFile = {