precache worker downloaded file
All checks were successful
Validate / Validate (push) Successful in 8s
All checks were successful
Validate / Validate (push) Successful in 8s
This commit is contained in:
parent
bbab76bc7f
commit
66fcd4e91a
1
main.ts
1
main.ts
@ -1,6 +1,7 @@
|
|||||||
import * as sqlite from "jsr:@db/sqlite@0.11";
|
import * as sqlite from "jsr:@db/sqlite@0.11";
|
||||||
import * as oak from "jsr:@oak/oak@14";
|
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 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 = {
|
type User = {
|
||||||
id: number;
|
id: number;
|
||||||
|
Loading…
Reference in New Issue
Block a user