Write fixes when checking

This commit is contained in:
Jared Miller 2026-01-27 20:54:37 -05:00
parent 4c0f0fbf52
commit 77ee36d0ab
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -6,8 +6,7 @@
"dev": "bun run --watch src/index.ts",
"start": "bun run src/index.ts",
"test": "bun test",
"check": "biome check .",
"fix": "biome check --write ."
"check": "biome check --write ."
},
"dependencies": {
"lib0": "^0.2.117",