[API] [SEMVER] [v1.20] less is replaced by css
(cherry picked from commit 01ca3a4f42
)
This commit is contained in:
parent
532ec5d878
commit
1d928c3ab2
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export default {
|
|||
],
|
||||
forgejoswagger: [ // Forgejo swagger is OpenAPI 3.0.0 and has specific parameters
|
||||
fileURLToPath(new URL('web_src/js/standalone/forgejo-swagger.js', import.meta.url)),
|
||||
fileURLToPath(new URL('web_src/less/standalone/swagger.less', import.meta.url)),
|
||||
fileURLToPath(new URL('web_src/css/standalone/swagger.css', import.meta.url)),
|
||||
],
|
||||
swagger: [
|
||||
fileURLToPath(new URL('web_src/js/standalone/swagger.js', import.meta.url)),
|
||||
|
|
Loading…
Reference in a new issue