Skip to content

Commit

Permalink
build: remove dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Sep 27, 2023
1 parent ab4785d commit 65be2b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 0 additions & 2 deletions drizzle.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dotenv/config'

import type { Config } from 'drizzle-kit'
import config from './src/config/config'

Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,21 @@
"lint": "tsc --noEmit && eslint --fix src/",
"build": "tsc",
"generate": "drizzle-kit generate:sqlite",
"migrate": "bun run ./src/db/postgres/migrate.ts",
"studio": "bunx drizzle-kit studio"
},
"keywords": ["Dictionary", "Indonesia", "Bot", "Telegram"],
"keywords": [
"Dictionary",
"Indonesia",
"Bot",
"Telegram"
],
"author": "tfkhdyt",
"license": "ISC",
"dependencies": {
"@libsql/client": "^0.3.5",
"cheerio": "1.0.0-rc.12",
"cron": "^2.4.4",
"dotenv": "^16.3.1",
"drizzle-orm": "^0.28.6",
"postgres": "^3.3.5",
"telegraf": "^4.14.0"
Expand Down

0 comments on commit 65be2b3

Please sign in to comment.