Aktueller Stand
This commit is contained in:
16
backend/node_modules/hono/dist/helper/ssg/index.js
generated
vendored
Normal file
16
backend/node_modules/hono/dist/helper/ssg/index.js
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
// src/helper/ssg/index.ts
|
||||
export * from "./ssg.js";
|
||||
import {
|
||||
X_HONO_DISABLE_SSG_HEADER_KEY,
|
||||
ssgParams,
|
||||
isSSGContext,
|
||||
disableSSG,
|
||||
onlySSG
|
||||
} from "./middleware.js";
|
||||
export {
|
||||
X_HONO_DISABLE_SSG_HEADER_KEY,
|
||||
disableSSG,
|
||||
isSSGContext,
|
||||
onlySSG,
|
||||
ssgParams
|
||||
};
|
||||
Reference in New Issue
Block a user