From 5a059641b47042aac9aeff996ceebfebc3c8d183 Mon Sep 17 00:00:00 2001 From: kjy Date: Wed, 4 Mar 2026 11:19:45 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A0=88=EC=9D=BC=ED=8C=A9=20timezone=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- railpack.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 railpack.json diff --git a/railpack.json b/railpack.json new file mode 100644 index 0000000..12322bb --- /dev/null +++ b/railpack.json @@ -0,0 +1,7 @@ +{ + "deploy": { + "variables": { + "NODE_ENV": "production" + } + } +}