precache worker downloaded file
All checks were successful
Validate / Validate (push) Successful in 8s

This commit is contained in:
SimonFJ20 2024-09-26 01:12:05 +02:00
parent bbab76bc7f
commit 66fcd4e91a

View File

@ -1,6 +1,7 @@
import * as sqlite from "jsr:@db/sqlite@0.11";
import * as oak from "jsr:@oak/oak@14";
import * as bcrypt from "https://deno.land/x/bcrypt@v0.4.1/mod.ts";
import * as _bcrypt_worker from "https://deno.land/x/bcrypt@v0.4.1/src/worker.ts";
type User = {
id: number;