Initial commit
This commit is contained in:
commit
b3a51a4115
10336 changed files with 2381973 additions and 0 deletions
8
node_modules/hono/dist/adapter/cloudflare-workers/serve-static-module.js
generated
vendored
Normal file
8
node_modules/hono/dist/adapter/cloudflare-workers/serve-static-module.js
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// src/adapter/cloudflare-workers/serve-static-module.ts
|
||||
import { serveStatic } from "./serve-static.js";
|
||||
var module = (options) => {
|
||||
return serveStatic(options);
|
||||
};
|
||||
export {
|
||||
module as serveStatic
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue