From 7b8a537a3463b092411914f3abc5e4b0f4da5a3c Mon Sep 17 00:00:00 2001 From: Daseul Kim Date: Thu, 26 Jun 2025 14:04:29 +0900 Subject: [PATCH 1/4] =?UTF-8?q?chore:=20=EA=B0=9C=EB=B0=9C=EC=84=9C?= =?UTF-8?q?=EB=B2=84=20=ED=85=8C=EC=8A=A4=ED=8A=B8=EC=9A=A9=20qsp=20api=20?= =?UTF-8?q?url=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index f95dd17..128aa30 100644 --- a/.env.development +++ b/.env.development @@ -15,7 +15,8 @@ NEXT_PUBLIC_API_URL=https://dev.hanasysfield.jp #qsp 로그인 api # NEXT_PUBLIC_QSP_API_URL=http://121.168.9.37:8080 -NEXT_PUBLIC_QSP_API_URL=http://localhost:8110 +# NEXT_PUBLIC_QSP_API_URL=http://localhost:8110 +NEXT_PUBLIC_QSP_API_URL=http://dev.hanasysfield.jp # NEXT_PUBLIC_QSP_API_URL=https://jp-dev.qsalesplatform.com #1:1문의 api From 247ecef7601c01cacdefa3c5133f09ee6fd419f7 Mon Sep 17 00:00:00 2001 From: Daseul Kim Date: Thu, 26 Jun 2025 15:07:29 +0900 Subject: [PATCH 2/4] =?UTF-8?q?chore:=20=EA=B0=9C=EB=B0=9C=EC=9A=A9=20ecos?= =?UTF-8?q?ystem=20config=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 파일명 오타 수정 - 스크립트 수정 --- dev.ecosystem.comfig.js | 10 ---------- dev.ecosystem.config.js | 9 +++++++++ 2 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 dev.ecosystem.comfig.js create mode 100644 dev.ecosystem.config.js diff --git a/dev.ecosystem.comfig.js b/dev.ecosystem.comfig.js deleted file mode 100644 index cf7d386..0000000 --- a/dev.ecosystem.comfig.js +++ /dev/null @@ -1,10 +0,0 @@ -module.exports = { - apps: [ - { - name: 'on-site-survey', - script: 'node_modules/next/dist/bin/next', - instances: 1, - exec_mode: 'fork', - }, - ], -} diff --git a/dev.ecosystem.config.js b/dev.ecosystem.config.js new file mode 100644 index 0000000..9e7b90e --- /dev/null +++ b/dev.ecosystem.config.js @@ -0,0 +1,9 @@ +module.exports = { + apps: [ + { + name: 'on-site-survey', + script: 'pnpm', + args: 'run start:dev', + }, + ], +} From 9a252c271208953d4ad6704281b1a6564518e74e Mon Sep 17 00:00:00 2001 From: Daseul Kim Date: Thu, 26 Jun 2025 15:18:52 +0900 Subject: [PATCH 3/4] =?UTF-8?q?chore:=20=EA=B0=9C=EB=B0=9C=EC=9A=A9=20ecos?= =?UTF-8?q?ystem=20config=20=EB=82=B4=EC=9A=A9=20=EC=9B=90=EB=B3=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev.ecosystem.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev.ecosystem.config.js b/dev.ecosystem.config.js index 9e7b90e..cf7d386 100644 --- a/dev.ecosystem.config.js +++ b/dev.ecosystem.config.js @@ -2,8 +2,9 @@ module.exports = { apps: [ { name: 'on-site-survey', - script: 'pnpm', - args: 'run start:dev', + script: 'node_modules/next/dist/bin/next', + instances: 1, + exec_mode: 'fork', }, ], } From 1e5e530bff3e107e480a68c0836b23dba98111e6 Mon Sep 17 00:00:00 2001 From: Daseul Kim Date: Thu, 26 Jun 2025 17:55:08 +0900 Subject: [PATCH 4/4] =?UTF-8?q?chore:=20=EB=8F=84=EB=A9=94=EC=9D=B8=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EC=A0=84=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EC=9A=A9=20=EC=9E=84=EC=8B=9C=20=ED=99=98=EA=B2=BD=EB=B3=80?= =?UTF-8?q?=EC=88=98=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 128aa30..7fa257d 100644 --- a/.env.development +++ b/.env.development @@ -16,7 +16,9 @@ NEXT_PUBLIC_API_URL=https://dev.hanasysfield.jp #qsp 로그인 api # NEXT_PUBLIC_QSP_API_URL=http://121.168.9.37:8080 # NEXT_PUBLIC_QSP_API_URL=http://localhost:8110 -NEXT_PUBLIC_QSP_API_URL=http://dev.hanasysfield.jp +# NEXT_PUBLIC_QSP_API_URL=http://dev.hanasysfield.jp +# 도메인 설정 전 테스트용 임시 변수 (qsp ip) +NEXT_PUBLIC_QSP_API_URL=http://121.168.9.37:8080 # NEXT_PUBLIC_QSP_API_URL=https://jp-dev.qsalesplatform.com #1:1문의 api