mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-25 02:14:11 -05:00
fix: polyvinyl error (#58696)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user