We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f237243 commit 47d6321Copy full SHA for 47d6321
packages/app/src/app/overmind/namespaces/files/internalActions.ts
@@ -100,6 +100,7 @@ export const uploadFiles: AsyncAction<
100
/\.svg$/.test(filePath) ||
101
/\.md$/.test(filePath) ||
102
/\.svelte$/.test(filePath) ||
103
+ /\.hbs$/.test(filePath) ||
104
file.type.startsWith('text/') ||
105
file.type === 'application/json') &&
106
dataURI.length < MAX_FILE_SIZE
0 commit comments