mirror of
https://github.com/arthur-pbty/reducelink.git
synced 2026-06-19 13:47:03 +02:00
feat: add LinkResult, Pagination, and StatsCards components; implement server actions for link management and global stats retrieval
This commit is contained in:
+10
@@ -32,6 +32,14 @@ yarn-error.log*
|
||||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env*
|
||||
!.env.example
|
||||
|
||||
# local databases
|
||||
dev.db
|
||||
prisma/dev.db
|
||||
|
||||
# local editor deployment config
|
||||
.vscode/sftp.json
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
@@ -39,3 +47,5 @@ yarn-error.log*
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
/src/generated/prisma
|
||||
|
||||
Reference in New Issue
Block a user