feat: 동물약 APC 일괄 매핑 (7개 완료)

This commit is contained in:
thug0bin
2026-02-28 11:24:16 +09:00
parent 8ee148abe4
commit dfbc6e4761
14 changed files with 814 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
module.exports = {
apps: [
{
name: 'pharmacy-flask',
script: 'python',
args: 'app.py',
cwd: 'c:\\Users\\청춘약국\\source\\pharmacy-pos-qr-system\\backend',
interpreter: 'none',
watch: false,
autorestart: true,
max_restarts: 10,
env: {
FLASK_ENV: 'production',
PYTHONIOENCODING: 'utf-8'
}
}
]
};