ekyc

Electronic KYC process with uploading ID document using OAuth 2.1 (experimental)
Log | Files | Refs | README | LICENSE

dev.ts (200B)


      1 #!/usr/bin/env -S deno run -A --watch=static/,routes/
      2 
      3 import "$dotenv";
      4 import dev from "$fresh/dev.ts";
      5 import config from "#http/fresh.config.ts";
      6 
      7 await dev(import.meta.url, "./main.ts", config);