Skip to content

Commit

Permalink
remove dotenv from vercel template
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Jan 13, 2025
1 parent 9d5a7e8 commit 3f5db0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions templates/vercel-ts-ai/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import { configDotenv } from "dotenv";
configDotenv();

import type { VercelRequest, VercelResponse } from "@vercel/node";
import { InteractionType, verifyKey } from "discord-interactions";
import getRawBody from "raw-body";
Expand Down
1 change: 0 additions & 1 deletion templates/vercel-ts-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"consola": "^3.3.3",
"discord-interactions": "^4.1.0",
"discord.js": "^14.17.3",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"raw-body": "^3.0.0"
}
Expand Down

0 comments on commit 3f5db0b

Please sign in to comment.