Swagger: Add a custom swagger/api page (#91785)

Co-authored-by: Kristian Bremberg <kristian.bremberg@grafana.com>
This commit is contained in:
Ryan McKinley
2024-08-14 09:03:00 +03:00
committed by GitHub
parent dacf11b048
commit 427dad26a2
18 changed files with 3838 additions and 1751 deletions

View File

@ -7,6 +7,7 @@ module.exports = {
target: 'web',
entry: {
app: './public/app/index.ts',
swagger: './public/swagger/index.tsx',
},
output: {
clean: true,