mirror of
https://github.com/hex248/year.git
synced 2026-02-07 10:17:14 +00:00
11 lines
173 B
JavaScript
11 lines
173 B
JavaScript
module.exports = {
|
|
apps: [
|
|
{
|
|
name: "year",
|
|
script: "src/server.ts",
|
|
interpreter: "/root/.bun/bin/bun",
|
|
interpreter_args: "run",
|
|
},
|
|
],
|
|
};
|