-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor: Cleanup and Organize Project Structure #282
base: master
Are you sure you want to change the base?
Conversation
@berat is attempting to deploy a commit to the Upstash Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you delete this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that it is an unnecessary code. We don't seem to use it anywhere. Could I be wrong?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…ster # Conflicts: # .prettierrc.json # src/app/about/page.tsx # src/app/blog/[slug]/page.tsx # src/app/blog/all/page.tsx # src/app/blog/author/[author]/page.tsx # src/app/blog/page.tsx # src/app/blog/tag/[tag]/page.tsx # src/app/brand/page.tsx # src/app/careers/[slug]/page.tsx # src/app/careers/page.tsx # src/app/customers/[slug]/page.tsx # src/app/customers/page.tsx # src/app/examples/[slug]/page.tsx # src/app/examples/page.tsx # src/app/fast/page.tsx # src/app/layout.tsx # src/app/pricing/layout.tsx # src/app/pricing/qstash/page.tsx # src/app/pricing/redis/page.tsx # src/app/pricing/vector/page.tsx # src/components/career/header.tsx # src/components/example/client.tsx # src/components/example/comp.tsx # src/components/example/filter.tsx # src/components/home/community/comp.tsx # src/components/home/community/index.tsx # src/components/home/fast/index.tsx # src/components/home/fast/statistic.tsx # src/components/home/investor/index.tsx # src/components/home/open-source/index.tsx # src/components/home/price/index.tsx # src/components/home/price/qstash.tsx # src/components/home/price/redis.tsx # src/components/home/product/index.tsx # src/components/home/product/qstash.tsx # src/components/home/product/redis.tsx # src/components/home/product/vector.tsx # src/lib/segment/provider.tsx
Updated branch and fixed conflicts |
Hello,
I've made some updates to our project to help keep things neat and tidy. Here's a breakdown of what I've done:
Removed unused folder
Organized Imports
Typo
I started with a simple change to reduce complexity and create a more organized structure. I plan to contribute to my next PR in small pieces, aiming to be cleaner and reusable.