From f89c4c3a0d7da03ee775f1092f10c11fc005faf4 Mon Sep 17 00:00:00 2001 From: cunzaizhuyi <877824709@qq.com> Date: Sun, 26 Feb 2023 16:23:58 +0800 Subject: Update hot.md (#2198) --- docs/runtime/hot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/runtime/hot.md b/docs/runtime/hot.md index bdd376011..36288de33 100644 --- a/docs/runtime/hot.md +++ b/docs/runtime/hot.md @@ -34,7 +34,7 @@ Bun provides the following simplified API for implementing HTTP servers. Refer t ```ts#server.ts globalThis.count = globalThis.count ?? 0; -globalThis.reloadCount++; +globalThis.count++; export default { fetch(req: Request) { -- cgit v1.2.3