Deno deploy does not support import maps????????
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-02-04 16:33:05 -06:00
parent 0fc0f82939
commit a86ae17058
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import Server from "lume/core/server.ts"
import expires from "lume/middlewares/expires.ts"
import not_found from "lume/middlewares/not_found.ts"
import Server from "https://deno.land/x/lume@v1.15.2/core/server.ts"
import expires from "https://deno.land/x/lume@v1.15.2/middlewares/expires.ts"
import not_found from "https://deno.land/x/lume@v1.15.2/middlewares/not_found.ts"
const port = 8000