File tree 4 files changed +7
-0
lines changed
4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2
2
"files.exclude" : {
3
3
"framework" : true ,
4
4
"services" : true ,
5
+ "starter" : true ,
5
6
"vue" : true ,
6
7
"astro" : true ,
7
8
"mdx" : true ,
Original file line number Diff line number Diff line change 11
11
12
12
- https://github.com/volarjs/volar.js
13
13
- https://github.com/volarjs/services
14
+ - https://github.com/volarjs/starter
14
15
- https://github.com/vuejs/language-tools
15
16
- https://github.com/withastro/language-tools
16
17
- https://github.com/mdx-js/mdx-analyzer
Original file line number Diff line number Diff line change 3
3
"setup" : " (npm run add:framework & npm run add:services & npm run add:vue & npm run add:astro && npm run add:mdx) && pnpm i" ,
4
4
"add:framework" : " git clone https://github.com/volarjs/volar.js.git framework" ,
5
5
"add:services" : " git clone https://github.com/volarjs/services.git services" ,
6
+ "add:starter" : " git clone https://github.com/volarjs/starter.git starter" ,
6
7
"add:vue" : " git clone https://github.com/vuejs/language-tools.git vue" ,
7
8
"add:astro" : " git clone https://github.com/withastro/language-tools.git astro" ,
8
9
"add:mdx" : " git clone https://github.com/mdx-js/mdx-analyzer.git mdx" ,
11
12
"clean:tsbuildinfo" : " find . -name '*.tsbuildinfo' -type f -prune -exec rm -rf '{}' +" ,
12
13
"watch:framework" : " cd framework && npm run watch" ,
13
14
"watch:services" : " cd services && npm run watch" ,
15
+ "watch:starter" : " cd starter && npm run watch" ,
14
16
"watch:vue" : " cd vue && npm run watch:base" ,
15
17
"watch:astro" : " cd astro && npm run dev" ,
16
18
"watch:mdx" : " cd mdx && npm run test-types -- -w"
Original file line number Diff line number Diff line change 10
10
{
11
11
"path" : " services"
12
12
},
13
+ {
14
+ "path" : " starter"
15
+ },
13
16
{
14
17
"path" : " vue"
15
18
},
You can’t perform that action at this time.
0 commit comments