mirror of
https://github.com/hex248/year.git
synced 2026-02-08 02:33:01 +00:00
10 lines
126 B
JavaScript
10 lines
126 B
JavaScript
module.exports = {
|
|
apps: [
|
|
{
|
|
name: "year",
|
|
script: "src/index.ts",
|
|
interpreter: "bun",
|
|
},
|
|
],
|
|
};
|