diff --git a/.gitignore b/.gitignore index 7b84340..9bcb71a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ # Node node_modules +bun.lockb diff --git a/Makefile b/Makefile index 7b684f7..8aea164 100644 --- a/Makefile +++ b/Makefile @@ -39,5 +39,5 @@ gen: go run . format-html: - bun install prettier + bun install --no-save prettier bun prettier --write . diff --git a/bun.lockb b/bun.lockb deleted file mode 100755 index db2ce1b..0000000 Binary files a/bun.lockb and /dev/null differ