From ceb06c96748fdb8e275f4cff0bd2dd55e2b27a56 Mon Sep 17 00:00:00 2001 From: toothlessdev Date: Fri, 17 May 2024 03:54:00 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20API=5FBASE=5FURL=20=ED=99=98=EA=B2=BD?= =?UTF-8?q?=EB=B3=80=EC=88=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 1 + .gitignore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..e9fe27b --- /dev/null +++ b/.env @@ -0,0 +1 @@ +VITE_API_BASE_URL=https://api.hapuruna.info/api/v1 \ No newline at end of file diff --git a/.gitignore b/.gitignore index b37e727..45d8264 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ node_modules dist dist-ssr *.local -.env +# .env .env.local # Editor directories and files