Skip to content

Commit

Permalink
fix: remove unused EXTENSION_POINT_LIST from lib/defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Sep 14, 2022
1 parent bb9ef3d commit 0f9be2d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/lib/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ module.exports = {
APPLICATION_CONFIG_KEY: 'application',
EXTENSIONS_CONFIG_KEY: 'extensions',

EXTENSION_POINT_LIST: {
'dx/excshell/1': {
operations: ['view']
},
'dx/asset-compute/worker/1': {
operations: ['workerProcess']
}
},

implPromptChoices: [
// we abuse the extension command to also let users add a standalone app
{
Expand Down

0 comments on commit 0f9be2d

Please sign in to comment.