From 983321bee9d16e33777b50230b099cfd19d72a9a Mon Sep 17 00:00:00 2001 From: jisangs Date: Mon, 25 May 2026 22:51:13 +0900 Subject: [PATCH] =?UTF-8?q?Dockerfile=20=EC=97=90=EB=9F=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95:=20pnpm=20build=20script=20=EC=A7=84=ED=96=89=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 ----- pnpm-workspace.yaml | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 pnpm-workspace.yaml diff --git a/package.json b/package.json index ee81a4e..a8ed9ad 100644 --- a/package.json +++ b/package.json @@ -28,10 +28,5 @@ "tailwindcss": "^3.4.1", "typescript": "^5", "vitest": "^4.1.7" - }, - "pnpm": { - "onlyBuiltDependencies": [ - "unrs-resolver" - ] } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..d7265d2 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,2 @@ +onlyBuiltDependencies: + - unrs-resolver