File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ docs
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "scripts" : {
66 "build:docs" : " rspress build" ,
7- "lint" : " biome check" ,
7+ "lint" : " biome check --write " ,
88 "dev" : " rspress dev" ,
99 "format" : " biome format --write" ,
1010 "preview" : " rspress preview"
Original file line number Diff line number Diff line change @@ -39,23 +39,23 @@ export default defineConfig({
3939 'packages' ,
4040 'backend-wrapper-tracy' ,
4141 'src' ,
42- 'index.ts'
42+ 'index.ts' ,
4343 ) ,
4444 path . join (
4545 __dirname ,
4646 '..' ,
4747 'packages' ,
4848 'backend-platform' ,
4949 'src' ,
50- 'index.ts'
50+ 'index.ts' ,
5151 ) ,
5252 path . join (
5353 __dirname ,
5454 '..' ,
5555 'packages' ,
5656 'interop-otel' ,
5757 'src' ,
58- 'index.ts'
58+ 'index.ts' ,
5959 ) ,
6060 ] ,
6161 outDir : 'api' ,
You can’t perform that action at this time.
0 commit comments