mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 10:29:58 +02:00
5 lines
150 B
TypeScript
5 lines
150 B
TypeScript
import { env } from "cloudflare:workers";
|
|
import { applyD1Migrations } from "cloudflare:test";
|
|
|
|
await applyD1Migrations(env.DB, env.TEST_MIGRATIONS);
|