Deno deploy does not support import maps????????
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
0fc0f82939
commit
a86ae17058
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue