zen: data dumper
This commit is contained in:
parent
b308503ab5
commit
1f11d4fb1a
27 changed files with 764 additions and 717 deletions
|
|
@ -2,8 +2,8 @@ import type { KVNamespaceListOptions, KVNamespaceListResult, KVNamespacePutOptio
|
|||
import { Resource as ResourceBase } from "sst"
|
||||
import Cloudflare from "cloudflare"
|
||||
|
||||
export const waitUntil = async (fn: () => Promise<void>) => {
|
||||
await fn()
|
||||
export const waitUntil = async (promise: Promise<any>) => {
|
||||
await promise
|
||||
}
|
||||
|
||||
export const Resource = new Proxy(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue