docs: update readme, write about scheduler and file upload feature

This commit is contained in:
d-kimsuon
2025-10-26 22:15:25 +09:00
parent 996e0bc3d0
commit 586dbe7833
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env node
import { readFile } from "node:fs/promises";
import { resolve } from "node:path";
import { NodeContext } from "@effect/platform-node";