diff --git a/.gitignore b/.gitignore index 511b03e..22b16f3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ /node_modules /.pnp .pnp.js -bun.lockb # testing /coverage @@ -33,4 +32,4 @@ yarn-error.log* *.tsbuildinfo next-env.d.ts -.env \ No newline at end of file +.env diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000..292fe66 Binary files /dev/null and b/bun.lockb differ