Host docs in cloudflare
This commit is contained in:
parent
de7366bc9f
commit
e19ceea7bd
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,8 @@
|
|||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "node .",
|
||||
"docs": "npx typedoc src/index.ts"
|
||||
"docs": "npx typedoc src/index.ts",
|
||||
"deploy": "npx wrangler deploy"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -40,4 +41,4 @@
|
|||
"devDependencies": {
|
||||
"typescript": "^4.4.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue