Skip to content

Commit f72dacf

Browse files
committed
doc: maybe fix github
1 parent 2ae0441 commit f72dacf

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

docs/server/utils/github.ts

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ export function initOctokitRequestHandler(e: H3Event) {
1515
owner: repo.split('/')[0],
1616
octokit: new Octokit({
1717
auth: githubAccessToken,
18-
request: {
19-
fetch: $fetch,
20-
},
2118
}),
2219
}
2320
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"dist"
3838
],
3939
"scripts": {
40+
"prepare": "nuxt-module-build build --stub && nuxt-module-build prepare",
4041
"build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build",
4142
"dev": "nuxi dev playground",
4243
"dev:docs": "nuxi dev docs",

tsconfig.json

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
{
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"
143
}

0 commit comments

Comments
 (0)