From 8047709e7156dd6001704e59c9f107a175f96afc Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Tue, 18 Mar 2025 21:29:01 +0900 Subject: [PATCH] chore: add empty yarn.lock file to dist directory This commit introduces an empty yarn.lock file to the dist directory to ensure consistency in the project's dependency management. The file is currently empty and will be populated as dependencies are installed and managed. --- dist/yarn.lock | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 dist/yarn.lock diff --git a/dist/yarn.lock b/dist/yarn.lock new file mode 100644 index 0000000..e69de29