Closed crookse closed 4 years ago
Tengine is incorrectly referencing drash.
import { Tengine } from "https://deno.land/x/drash_middleware@v0.6.0/tengine/mod.ts";
Tengine should be able to import Drash.
Reference Drash from deps.
Summary
Tengine is incorrectly referencing drash.
Steps To Reproduce The Bug
Expected Behavior
Tengine should be able to import Drash.
Suggested Solution(s)
Reference Drash from deps.
Screenshots