chore: remove bun lockfile
parent
efdded91fd
commit
f3c58f82db
|
@ -15,3 +15,4 @@
|
||||||
|
|
||||||
# Node
|
# Node
|
||||||
node_modules
|
node_modules
|
||||||
|
bun.lockb
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -39,5 +39,5 @@ gen:
|
||||||
go run .
|
go run .
|
||||||
|
|
||||||
format-html:
|
format-html:
|
||||||
bun install prettier
|
bun install --no-save prettier
|
||||||
bun prettier --write .
|
bun prettier --write .
|
||||||
|
|
Loading…
Reference in New Issue