We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6fa02 commit 0df956aCopy full SHA for 0df956a
cmd.js
@@ -1,7 +1,7 @@
1
const fs = require('fs');
2
const path = require('path')
3
const { randomUUID } = require('crypto');
4
-const allowedExtensions = ['.json', '.yml', '.yaml', '.csv', '.xml', '.properties', '.txt'];
+const allowedExtensions = ['.json', '.yml', '.yaml', '.csv', '.xml', '.properties', '.txt', '.html', '.htm'];
5
let clients = [];
6
if (process.env.CLIENTS) {
7
clients = process.env.CLIENTS.split(',');
0 commit comments