mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
cleaned up left over bknd/utils imports (#235)
This commit is contained in:
@@ -6,7 +6,7 @@ import { serveStatic } from "hono/cloudflare-workers";
|
||||
import { getFresh } from "./modes/fresh";
|
||||
import { getCached } from "./modes/cached";
|
||||
import type { App, MaybePromise } from "bknd";
|
||||
import { $console } from "core/utils";
|
||||
import { $console } from "bknd/utils";
|
||||
|
||||
declare global {
|
||||
namespace Cloudflare {
|
||||
|
||||
Reference in New Issue
Block a user