mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 03:13:49 +08:00
Swagger: Add a custom swagger/api page (#91785)
Co-authored-by: Kristian Bremberg <kristian.bremberg@grafana.com>
This commit is contained in:
@ -7,6 +7,7 @@ module.exports = {
|
||||
target: 'web',
|
||||
entry: {
|
||||
app: './public/app/index.ts',
|
||||
swagger: './public/swagger/index.tsx',
|
||||
},
|
||||
output: {
|
||||
clean: true,
|
||||
|
Reference in New Issue
Block a user