dev #85

Merged
ysCha merged 24 commits from dev into dev-deploy 2025-05-29 16:45:27 +09:00
Showing only changes of commit 09e5b17fe4 - Show all commits

View File

@ -0,0 +1,13 @@
module.exports = {
apps: [
{
name: 'qcast-front-local-development',
script: 'node_modules/next/dist/bin/next',
instances: 1,
exec_mode: 'fork',
env: {
PORT: 5000,
},
},
],
}