Skip to content

Commit 9039c82

Browse files
committed
dir2
0 parents  commit 9039c82

8 files changed

+975
-0
lines changed

.env

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MONGO_URL=mongodb+srv://otherUser:aabb123@cluster-nebrija.s20pq.mongodb.net/?retryWrites=true&w=majority&appName=Cluster-Nebrija

deno.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"tasks": {
3+
"dev": "deno run --allow-read --allow-sys --allow-env --allow-net --watch main.ts"
4+
},
5+
"imports": {
6+
"@apollo/server": "npm:@apollo/server@^4.11.2",
7+
"mongodb": "npm:mongodb@^6.11.0"
8+
}
9+
}

0 commit comments

Comments
 (0)