File tree 4 files changed +24
-1
lines changed
packages/dendron-next-server
4 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ npx lerna run build --scope @dendronhq/seeds-core
10
10
npx lerna run build --scope @dendronhq/lsp-server
11
11
npx lerna run build --scope @dendronhq/plugin-core
12
12
npx lerna run build --scope @dendronhq/api-server
13
+ npx lerna run build --scope @dendronhq/dendron-next-server
13
14
npx lerna run build --scope @dendronhq/common-test-utils
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ npx lerna run watch --parallel
11
11
\ --scope @dendronhq/seeds-core
12
12
\ --scope @dendronhq/lsp-server
13
13
\ --scope @dendronhq/api-server
14
+ \ --scope @dendronhq/dendron-next-server
14
15
\ --scope @dendronhq/common-test-utils
Original file line number Diff line number Diff line change 6
6
"dev" : " next dev" ,
7
7
"dev:inspect" : " NODE_OPTIONS='--inspect' next" ,
8
8
"build" : " next build && next export" ,
9
- "start" : " next start"
9
+ "start" : " next start" ,
10
+ "watch" : " echo 0"
10
11
},
11
12
"dependencies" : {
12
13
"@dendronhq/common-all" : " ^0.14.1-alpha.3" ,
Original file line number Diff line number Diff line change
1
+ 480 text files.
2
+ classified 480 filesDuplicate file check 480 files (399 known unique)Unique: 100 files Unique: 200 files Unique: 300 files 431 unique files.
3
+ Counting: 100Counting: 200Counting: 300Counting: 400 117 files ignored.
4
+
5
+ github.com/AlDanial/cloc v 1.86 T=0.67 s (565.0 files/s, 169123.4 lines/s)
6
+ -------------------------------------------------------------------------------
7
+ Language files blank comment code
8
+ -------------------------------------------------------------------------------
9
+ JSON 73 6 0 72745
10
+ TypeScript 224 2343 1810 24352
11
+ Markdown 34 4772 0 5974
12
+ JavaScript 16 168 76 1349
13
+ Bourne Shell 24 40 9 181
14
+ YAML 6 3 3 78
15
+ CSS 2 17 32 72
16
+ HTML 1 0 0 14
17
+ SVG 1 0 0 12
18
+ -------------------------------------------------------------------------------
19
+ SUM: 381 7349 1930 104777
20
+ -------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments