Browse Source

Exclude storybook

pull/4414/head
Thomas Kaul 6 months ago
parent
commit
436a667f45
  1. 1
      apps/api/src/middlewares/html-template.middleware.ts

1
apps/api/src/middlewares/html-template.middleware.ts

@ -129,6 +129,7 @@ export const HtmlTemplateMiddleware = async (
if (
path.startsWith('/api/') ||
path.startsWith('/development/storybook') ||
isFileRequest(path) ||
!environment.production
) {

Loading…
Cancel
Save