mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
* ui: add support for exposing quay UI as a dynamic plugin (PROJQUAY-3203) * Introduces a new SSO JWT based auth for client side Oauth * Adds a new entrypoint component for the UI without topnav and sidenav for plugin * Adds webpack config to build dynamic plugin
9 lines
129 B
JSON
9 lines
129 B
JSON
{
|
|
"name": "quay-ui-plugin",
|
|
"version": "0.0.1",
|
|
"exposedModules": {
|
|
"QuayPluginMain": "./src/routes/PluginMain"
|
|
}
|
|
}
|
|
|