Skip to content

Commit

Permalink
ref: remove local plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
trusz committed Feb 4, 2025
1 parent fecd29c commit 7f82eba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/openscd/src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ function generatePluginPath(plugin: string): string {
}

export const officialPlugins = [
{
name: 'Launcher',
src: 'http://localhost:50714/index.js',
icon: 'launch',
default: true,
kind: 'editor',
requireDoc: true,
},
{
name: 'IED',
src: generatePluginPath('plugins/src/editors/IED.js'),
Expand Down

0 comments on commit 7f82eba

Please sign in to comment.