imports or deps.ts
Hi! I'm trying to create my first Deno app. I'm trying to dockerize it and the Dockerfile has this line:
But all my imports are in deno.json
So I was wondering, is deps.ts an old way of importing things? Which one is the preferred way?
But all my imports are in deno.json
So I was wondering, is deps.ts an old way of importing things? Which one is the preferred way?