-
Notifications
You must be signed in to change notification settings - Fork 0
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
Set up blob service on server side #291
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
// import { Module } from '@nestjs/common'; | ||
// import { VercelFileStorageHandler } from './VercelFileStorageHandler'; | ||
|
||
// @Module({ |
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.
Please delete
@@ -23,15 +23,16 @@ | |||
"test:e2e": "jest --config ./test/jest-e2e.json" | |||
}, | |||
"dependencies": { |
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.
Make sure to delete vercel blob storage dependencies in web
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.
DNLGTM!
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.
Congrats!!!!
Description
Move blob storage functionality to the server, and set up interface for abstraction when we migrate to Azure blob.
Motivation and Context
Closes [#]
How has this been tested?
Screenshots (if appropriate):
Types of changes
Checklist: