Remove unused dependencies

This commit is contained in:
AndrewTrieu
2023-04-22 19:17:15 +03:00
parent 860d436ab6
commit 0f50962746
2 changed files with 6 additions and 3 deletions

View File

@@ -4,8 +4,6 @@ export {
Router, Router,
send, send,
} from "https://deno.land/x/oak@v11.1.0/mod.ts"; } from "https://deno.land/x/oak@v11.1.0/mod.ts";
import { readFileSync } from "https://deno.land/std@0.152.0/node/fs.ts";
export { readFileSync };
import postgres from "https://deno.land/x/postgresjs@v3.3.3/mod.js"; import postgres from "https://deno.land/x/postgresjs@v3.3.3/mod.js";
export { postgres }; export { postgres };
export { Session } from "https://deno.land/x/oak_sessions@v4.0.5/mod.ts"; export { Session } from "https://deno.land/x/oak_sessions@v4.0.5/mod.ts";

View File

@@ -1,4 +1,7 @@
# fly.toml file generated for authapp on 2023-04-20T11:14:23+03:00 # fly.toml app configuration file generated for authapp on 2023-04-22T19:12:59+03:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "authapp" app = "authapp"
kill_signal = "SIGINT" kill_signal = "SIGINT"
@@ -6,6 +9,8 @@ kill_timeout = 5
primary_region = "arn" primary_region = "arn"
processes = [] processes = []
[build]
[env] [env]
[experimental] [experimental]