feat: add mermaid support in codeblock (#2971)

This commit is contained in:
Kristián
2024-02-19 08:10:58 +01:00
committed by GitHub
parent a86117f613
commit 03d67d5a00
6 changed files with 911 additions and 7 deletions

View File

@ -62,6 +62,7 @@ services:
- pnpm-store:/work/web/.pnpm-store
- ../proto:/work/proto
- ../web:/work/web
- ../web/node_modules:/work/web/node_modules
healthcheck:
test: ["CMD", "wget", "-qO", "-", "http://localhost:3001"]
interval: 10s