feat: build env options, formatting, selfhosting guide

This commit is contained in:
taskylizard 2025-03-13 13:57:06 +00:00
parent 88a1a989d9
commit 929bd44275
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
39 changed files with 268 additions and 764 deletions

View file

@ -1,8 +1,6 @@
{
"extends": "../.nitro/types/tsconfig.json",
"compilerOptions": {
"types": [
"@cloudflare/workers-types"
]
"types": ["@cloudflare/workers-types"]
}
}