Files
ak-endfield-api-archive/pages
daydreamer-json 79f327ce76 feat: Add origStatus to MirrorFileEntry and implement status check for original files
- Added origStatus property to MirrorFileEntry interface to track the availability of original files.
- Updated generateDownloadLinks function to conditionally display the original link based on origStatus.
- Implemented checkMirrorFileDbStatus function to verify the accessibility of original files and update their status in the mirrorFileDb.
- Called checkMirrorFileDbStatus in main command handler to ensure the status is checked during execution.
2026-03-05 00:33:58 +09:00
..
2026-02-28 06:23:39 +09:00
2026-02-28 06:23:39 +09:00

pages

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.9. Bun is a fast all-in-one JavaScript runtime.