Skip to content

Commit

Permalink
V0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPinion committed Mar 22, 2024
1 parent 371d424 commit d1957c9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
15 changes: 14 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "npx nodemon -e ts -x 'tsc; node .'",
"build": "tsc",
"start": "node .",
"reboot":"rm -rf dist",
"reboot": "rm -rf dist",
"deploy": "node dist/deploy-commands.js",
"migrate": "npx drizzle-kit generate:sqlite"
},
Expand All @@ -28,7 +28,8 @@
"drizzle-orm": "^0.30.4",
"googleapis": "^134.0.0",
"node-cron": "^3.0.3",
"node-fetch": "^2.7.0"
"node-fetch": "^2.7.0",
"typescript": "^5.4.3"
},
"devDependencies": {
"@types/node": "^20.11.30",
Expand Down

0 comments on commit d1957c9

Please sign in to comment.