Built-in PM

This commit is contained in:
2023-12-10 11:30:31 +08:00
parent ef0464234a
commit ec6d834aae
21 changed files with 187 additions and 82 deletions

View File

@ -0,0 +1,12 @@
name: Example Site
rules:
- host: ["localhost:8000"]
path: ["/"]
upstreams:
- id: example
name: Benchmarking Data
uri: http://localhost:3000
processes:
- id: nuxt-ssr
workdir: ../data
command: ["node", ".output/server/index.mjs"]