Host docs in cloudflare

This commit is contained in:
Night Kaly 2025-04-08 22:10:36 +01:00
parent de7366bc9f
commit e19ceea7bd
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

View file

@ -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"
}
}
}