mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2025-12-11 08:34:43 -05:00
- Upgrade Next.js and related packages for improved performance and security - Refactor invoice-related pages to streamline navigation and enhance user experience - Consolidate invoice editing and viewing functionality into a single page - Remove deprecated edit page and implement a new view page for invoices - Update links and routing for consistency across the dashboard
20 lines
180 B
Plaintext
20 lines
180 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
.gitignore
|
|
Dockerfile*
|
|
docker-compose*
|
|
README.md
|
|
*.log
|
|
.env*
|
|
!.env.example
|
|
drizzle/*.sql
|
|
drizzle/*-journal
|
|
.vscode
|
|
.idea
|
|
coverage
|
|
*.tsbuildinfo
|
|
dist
|
|
build
|
|
|