Add push notif support

This commit is contained in:
2024-09-12 17:36:58 -05:00
parent c8cb5d16d1
commit 03fc9c9c1e
5 changed files with 91 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"go": "git pull && next build && next start"
"go": "next build && next start"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.10.1",