diff --git a/.vite/server.ts b/.vite/server.ts index 3cfea7cf4..50be3908d 100644 --- a/.vite/server.ts +++ b/.vite/server.ts @@ -14,6 +14,8 @@ async function createServer() { app.use(vite.middlewares); app.use(express.static('./packages/mermaid/dist')); + app.use(express.static('./packages/mermaid-example-diagram/dist')); + app.use(express.static('./packages/mermaid-mindmap/dist')); app.use(express.static('demos')); app.use(express.static('cypress/platform')); diff --git a/cypress/platform/knsv.html b/cypress/platform/knsv.html index 1a58420ef..11340c4db 100644 --- a/cypress/platform/knsv.html +++ b/cypress/platform/knsv.html @@ -38,7 +38,7 @@
-+flowchart LR subgraph one direction LR @@ -364,8 +364,8 @@ flowchart TD- - + + - - ++mindmap + root + child1((Circle)) + grandchild 1 + grandchild 2 + child2(Round rectangle) + grandchild 3 + grandchild 4 + child3[Square] + grandchild 5 + ::icon(mdi mdi-fire) + gc6((grand+ + +
child 6)) + ::icon(mdi mdi-fire) +