Front end stuff for mobile & page when not signed in.

This commit is contained in:
2024-07-21 17:22:04 -05:00
parent 18a397b65a
commit 1259d19fde
9 changed files with 2893 additions and 3510 deletions

View File

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