Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Remove V2 Module Snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk committed Oct 16, 2023
1 parent e0bf1ae commit 78ef8c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/buildresource/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ const defaults = {
'client-files': ['client/*', 'shared/*'],
deps: [],
'required-permissions': ['Screen Capture'],
'config.js-module-v2': {
compatabilityEnabled: true,
},
// Usage for V2 Module, whenever ready
// 'config.js-module-v2': {
// compatabilityEnabled: true,
// },
};

async function getClientPluginFolders() {
Expand Down

0 comments on commit 78ef8c8

Please sign in to comment.