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

Commit

Permalink
Remove plugins and disable syncing
Browse files Browse the repository at this point in the history
Change-type: major
  • Loading branch information
joshbwlng committed Dec 16, 2023
1 parent e27964a commit 38b1cd6
Show file tree
Hide file tree
Showing 7 changed files with 98 additions and 2,468 deletions.
11 changes: 1 addition & 10 deletions apps/server/lib/plugins.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
import { balenaApiPlugin } from '@balena/jellyfish-plugin-balena-api';
import { discoursePlugin } from '@balena/jellyfish-plugin-discourse';
import { frontPlugin } from '@balena/jellyfish-plugin-front';
import { githubPlugin } from '@balena/jellyfish-plugin-github';
import { PluginDefinition } from '@balena/jellyfish-worker';

export function getPlugins(): PluginDefinition[] {
return [
githubPlugin(),
discoursePlugin(),
frontPlugin(),
balenaApiPlugin(),
] as any;
return [] as any;
}
3 changes: 0 additions & 3 deletions apps/server/nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"node_modules/@balena/jellyfish-environment/build/**/*.js",
"node_modules/@balena/jellyfish-jellyscript/build/**/*.js",
"node_modules/@balena/jellyfish-logger/build/**/*.js",
"node_modules/@balena/jellyfish-plugin-discourse/build/**/*.js",
"node_modules/@balena/jellyfish-plugin-github/build/**/*.js",
"node_modules/@balena/jellyfish-plugin-front/build/**/*.js",
"node_modules/@balena/jellyfish-worker/build/**/*.js",
"node_modules/autumndb/build/**/*.js"
],
Expand Down
Loading

0 comments on commit 38b1cd6

Please sign in to comment.