feat: add LinkResult, Pagination, and StatsCards components; implement server actions for link management and global stats retrieval

This commit is contained in:
Puechberty Arthur
2026-03-30 19:28:58 +02:00
parent 4ede5021b1
commit f95587fc7a
46 changed files with 4224 additions and 177 deletions
+5
View File
@@ -0,0 +1,5 @@
# URL de base du site (production)
NEXT_PUBLIC_BASE_URL=https://reducelink.arthurp.fr
# Base de données SQLite
DATABASE_URL="file:./dev.db"