Skip to content

Commit

Permalink
Merge pull request #54 from apurvjha123/master
Browse files Browse the repository at this point in the history
added devmode
  • Loading branch information
apurvjha123 authored Dec 30, 2024
2 parents db21fc4 + cd808d7 commit 5410d19
Show file tree
Hide file tree
Showing 5 changed files with 285 additions and 40 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "chit-chat",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=14.0.0 <20.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
Loading

0 comments on commit 5410d19

Please sign in to comment.