Skip to content

Commit

Permalink
updated env access in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tulsiojha committed Sep 19, 2024
1 parent 52a57cd commit 18d8166
Show file tree
Hide file tree
Showing 6 changed files with 506 additions and 462 deletions.
4 changes: 2 additions & 2 deletions src/apps/webinar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"dev": "next dev -p 4001",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand Down Expand Up @@ -43,4 +43,4 @@
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}
}
Loading

0 comments on commit 18d8166

Please sign in to comment.