Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey

This commit is contained in:
Dayoung 2025-06-02 13:33:35 +09:00
commit 1bba8b1af0

10
dev.ecosystem.comfig.js Normal file
View File

@ -0,0 +1,10 @@
module.exports = {
apps: [
{
name: 'on-site-survey',
script: 'node_modules/next/dist/bin/next',
instances: 1,
exec_mode: 'fork',
},
],
}