pmc 2.0.0

PMC is a simple and easy to use PM2 alternative
Documentation
<!doctype html>
<html>
	<head>
		<meta charset="utf-8" />
		<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
		<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
	</head>
	<body>
		<rapi-doc
			spec-url="$specUrl"
			allow-search="true"
			show-header="false"
			render-style="focused"
			show-curl-before-try="true"
			allow-advanced-search="true"
			allow-authentication="true"
			allow-server-selection="true"
			theme="dark"
			bg-color="#18181b"
			primary-color="#0ea5e9"
			regular-font="Inter var"
			mono-font="Menlo"
		/>
	</body>
</html>