add vidsrc source+embed and StreamBucket embed

This commit is contained in:
Jonathan Barrow
2023-09-30 17:44:32 -04:00
parent c82a1f94b3
commit 849347afbe
19 changed files with 385 additions and 5 deletions

View File

@@ -18,6 +18,8 @@ module.exports = {
},
plugins: ['@typescript-eslint', 'import', 'prettier'],
rules: {
'no-plusplus': 'off',
'no-bitwise': 'off',
'no-underscore-dangle': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'no-console': 'off',