Skip to content

Commit

Permalink
feat: initialize firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh153 committed Nov 23, 2024
1 parent d9b65ef commit d2c3abd
Show file tree
Hide file tree
Showing 8 changed files with 887 additions and 10 deletions.
4 changes: 3 additions & 1 deletion tools-deno/api-vighnesh153/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.env
.env

node_modules
5 changes: 4 additions & 1 deletion tools-deno/api-vighnesh153/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
},
"imports": {
"@/": "./src/",
"@std/encoding": "jsr:@std/encoding@^1.0.5",
"@vighnesh153/tools": "jsr:@vighnesh153/[email protected]",
"firebase-admin": "npm:firebase-admin@^13.0.1",
"hono": "jsr:@hono/[email protected]"
}
},
"nodeModulesDir": "auto"
}
Loading

0 comments on commit d2c3abd

Please sign in to comment.