From 54e2bf7a080df809f1a46e8c4e61f1c9af72a6a1 Mon Sep 17 00:00:00 2001 From: JaehongDev Date: Fri, 5 Jul 2024 18:03:16 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B3=B5=EC=82=AC=20=EC=8A=A4?= =?UTF-8?q?=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 377793a..eaa1f41 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ "preview": "vite preview", "tailwind:dev": "npx tailwindcss -i ./src/index.css -o ./src/output.css --watch", "tailwind:prod": "npx tailwindcss -i ./src/index.css -o ./src/output.css", - "cp:security": "cp -R secret/frontend/ ." + "cp:security": "cp -R secret/frontend/.env* ." }, "dependencies": { "@nextui-org/react": "^2.4.1",