Buckets:
| // src/adapter/bun/ssg.ts | |
| import { toSSG as baseToSSG } from "../../helper/ssg/index.js"; | |
| var { write } = Bun; | |
| var bunFileSystemModule = { | |
| writeFile: async (path, data) => { | |
| await write(path, data); | |
| }, | |
| mkdir: async () => { | |
| } | |
| }; | |
| var toSSG = async (app, options) => { | |
| return baseToSSG(app, bunFileSystemModule, options); | |
| }; | |
| export { | |
| bunFileSystemModule, | |
| toSSG | |
| }; | |
Xet Storage Details
- Size:
- 379 Bytes
- Xet hash:
- 8f59691a45c0fffb40c608c25bd8e6e23c947f219816c8019ecda945005f3883
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.