File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 }
1717 },
1818 "scripts" : {
19- "check" : " biome check --write ./src/**/*.ts ./demo/**" ,
19+ "check" : " biome check --write ./src/index.ts ./src/ **/*.ts ./demo/**" ,
2020 "check:ci" : " biome check ./src/**/*.ts ./demo/**" ,
2121 "test" : " vitest" ,
2222 "dev" : " vite" ,
Original file line number Diff line number Diff line change 1- export { applyOffset , processGeometry } from "./offset"
2- export { createMeshFromObject } from "./utils/createMeshFromObject"
3- export { createOffsetMesh } from "./utils/offsetObjectHash"
4- export type { VertexUsageInfo as InitialObject } from "./types"
1+ export { applyOffset , processGeometry } from "./offset" ;
2+ export type { VertexUsageInfo as InitialObject } from "./types" ;
3+ export { createMeshFromObject } from "./utils/createMeshFromObject" ;
4+ export { createOffsetMesh } from "./utils/offsetObjectHash" ;
You can’t perform that action at this time.
0 commit comments