UNPKG

mathoid

Version:

Render TeX to SVG and MathML using MathJax. Based on svgtex.

18 lines (16 loc) 283 B
'use strict'; module.exports = { /** * Application configuration section * http://pm2.keymetrics.io/docs/usage/application-declaration/ */ apps: [ // First application { name: 'mathoid', script: 'server.js', args: '-c config.dev.yaml', watch: true } ] };