add landing

This commit is contained in:
Emily
2024-06-02 02:46:47 +02:00
parent f8ab046b8a
commit d7bff30808
104 changed files with 73142 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
module.exports = {
apps: [
{
name: 'Landing',
port: '3009',
exec_mode: 'fork',
script: './.output/server/index.mjs',
}
]
}