From e179550f1fd40e58cc9ee33ca089a511542ddd51 Mon Sep 17 00:00:00 2001 From: Avan Date: Tue, 27 Aug 2024 17:20:47 +0800 Subject: [PATCH] fix: ci fail --- .gitignore | 2 ++ bunfig.toml | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 bunfig.toml diff --git a/.gitignore b/.gitignore index c28b2c2..ee90fed 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,5 @@ package-lock.json .dumi/tmp-test .dumi/tmp-production .env.local + +bun.lockb \ No newline at end of file diff --git a/bunfig.toml b/bunfig.toml new file mode 100644 index 0000000..80d57b6 --- /dev/null +++ b/bunfig.toml @@ -0,0 +1,2 @@ +[install] +peer = false \ No newline at end of file