feat(app): Pretty good/consistant auto scrolling

This commit is contained in:
Willie Zutz 2025-05-03 14:59:47 -06:00
parent b8805260f5
commit 6e334e78ef
3 changed files with 117 additions and 11 deletions

View file

@ -4,7 +4,7 @@
"license": "MIT",
"author": "ItzCrazyKns",
"scripts": {
"dev": "next dev",
"dev": "next dev --turbopack",
"build": "npm run db:push && next build",
"start": "next start",
"lint": "next lint",