Solution: Adding Users and Migrating to Oak
Review the solution for the Adding Users and Migrating to Oak challenge.
Solution
Task 1
Add the following dependencies in the src/deps.ts file:
After adding dependencies, create a lock file by using the following command:
deno cache --lock=lock.json --reload --lock-write src/deps.ts
...