Build swagger ui in seperate webpack build (#102046)

* Build swagger ui in seperate webpack build

* render grafana and swagger

* include light theme

* merge main

* update webassets usage

---------

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
Josh Hunt
2025-04-25 14:22:57 +01:00
committed by GitHub
co-authored by Ryan McKinley
parent 6b44b38c10
commit 314e337d76
17 changed files with 116 additions and 259 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ var (
)
func NewIndexProvider(cfg *setting.Cfg, license licensing.Licensing) (*IndexProvider, error) {
assets, err := webassets.GetWebAssets(context.Background(), cfg, license)
assets, err := webassets.GetWebAssets(context.Background(), "build", cfg, license)
if err != nil {
return nil, err
}