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?
1 Reply
Hey, from what i know the deps.ts is the old way of doing things and the imports sections in the deno.json is the place where you should list the dependecies.