feat: use @std from jsr.io

This commit is contained in:
2024-07-19 19:49:22 +02:00
parent 7cfd038851
commit 76dc821438
5 changed files with 36 additions and 5 deletions

View File

@@ -18,8 +18,8 @@
* ```
*/
import { delay } from "@std/async/delay";
import psql, { type Sql } from "postgres";
import { delay } from "std/async/delay.ts";
import type { Container } from "../docker/libraries/container.ts";
import getPort from "../docker/libraries/port.ts";