File tree 3 files changed +2
-15
lines changed
3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ export function initOctokitRequestHandler(e: H3Event) {
15
15
owner : repo . split ( '/' ) [ 0 ] ,
16
16
octokit : new Octokit ( {
17
17
auth : githubAccessToken ,
18
- request : {
19
- fetch : $fetch ,
20
- } ,
21
18
} ) ,
22
19
}
23
20
}
Original file line number Diff line number Diff line change 37
37
" dist"
38
38
],
39
39
"scripts" : {
40
+ "prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare" ,
40
41
"build" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build" ,
41
42
"dev" : " nuxi dev playground" ,
42
43
"dev:docs" : " nuxi dev docs" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : " ./playground/.nuxt/tsconfig.json" ,
3
- "compilerOptions" : {
4
- "target" : " ESNext" ,
5
- "moduleDetection" : " force" ,
6
- "module" : " ESNext" ,
7
- "moduleResolution" : " Bundler"
8
- },
9
- "include" : [
10
- " src/**/*.ts" ,
11
- " playground/**/*.ts" ,
12
- " docs/**/*.ts"
13
- ]
2
+ "extends" : " ./.nuxt/tsconfig.json"
14
3
}
You can’t perform that action at this time.
0 commit comments