mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 11:01:44 +00:00
Rework dir plugin structure `plugin-backstage` -> `backstage-common` * Convert to our lord and saviour `esbuild` - Plugin now uses the common-plugin type for functionality shared between backend and frontend - Implement the Entity provider as described by Frontside blogpost - Able to dev in Sourcegraph mono repo and install the plugin in Backstage Closes #46727 ## Test plan ### In plugin directory * `pnpm dist` Co-authored-by: Sander Ginn <sanderginn@users.noreply.github.com> Co-authored-by: David Veszelovszki <veszelovszki@gmail.com>
9 lines
92 B
Plaintext
9 lines
92 B
Plaintext
**/*.js
|
|
**/*.jsx
|
|
**/*.ts
|
|
**/*.tsx
|
|
**/*.svg
|
|
node_modules/
|
|
__mocks__/
|
|
client/backstage-common
|