Skip to content

Commit 9a79c91

Browse files
author
cybe4sent1nel
committed
chore: update all remaining files and folders to current timestamp
1 parent 7062d03 commit 9a79c91

32 files changed

Lines changed: 32 additions & 14 deletions

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ railway.json
5252
render.yaml
5353
fly.toml
5454
vercel.json
55+

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,4 @@ VITE_SCANNER_URL=http://localhost:4000
9898
# These are automatically set by the platform
9999
# VERCEL=1
100100
# RAILWAY_ENVIRONMENT=production
101+

.github/workflows/deploy-render.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ jobs:
3131
exit 1
3232
fi
3333
echo "Deploy triggered successfully!"
34+

.github/workflows/keep-alive.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ jobs:
1111
- name: Ping Render Backend
1212
run: |
1313
curl -s https://fileduck-api.onrender.com/api/health
14+

.prettierrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
"tabWidth": 2,
77
"useTabs": false
88
}
9+

.vercelignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ dist-ssr
1616
*.spec.ts
1717
__tests__/
1818
coverage/
19+

ARCHITECTURE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,3 +714,4 @@ fileduck/
714714
**Last Updated**: 2026-02-03
715715
**Version**: 1.0.0
716716
**Maintainers**: FileDuck Team
717+

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ Be respectful, inclusive, and collaborative.
4949
## Questions?
5050

5151
Open a Discussion or reach out on Discord.
52+

DEPLOYMENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,4 @@ netlify deploy --prod --dir=apps/vue-app/dist
231231
| Variable | Value | Required |
232232
|----------|-------|----------|
233233
| `VITE_API_URL` | `https://fileduck-api.onrender.com` | ✅ Yes |
234+

LEARN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,4 @@ pnpm build
130130
**Happy Learning! 🚀**
131131

132132
For questions or suggestions about these learning resources, please open an issue or submit a pull request.
133+

0 commit comments

Comments
 (0)