Skip to content

Commit

Permalink
feat: self contains svg
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored and jynolen committed Dec 3, 2024
1 parent 1a257b4 commit 2af5f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagrams.net/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import { SyntaxError, TimeoutError, Worker } from './worker.js'
})
})
)
server.listen(9000)
server.listen(process.env.KROKI_DRAWIO_PORT ?? 8005)
})().catch(err => {
logger.error({ err }, 'Unable to start the service')
process.exit(1)
Expand Down

0 comments on commit 2af5f40

Please sign in to comment.