From 96fc285c1b229457e5904f8017142edf836da54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=89=E9=87=8E=E6=95=AC=E5=A4=AA=E9=83=8E?= Date: Tue, 17 Sep 2024 08:16:12 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20bun=5Fversion=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrangler.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 6a042ad..9a18396 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,7 @@ #:schema node_modules/wrangler/config-schema.json name = "yukky-sandbox" compatibility_date = "2024-09-02" -pages_build_output_dir = "./dist" \ No newline at end of file +pages_build_output_dir = "./dist" + +[vars] +BUN_VERSION = "1.1.27"