Closed gagelarsen closed 7 months ago
We should create a media
directory in the app scaffold similar to the public
directory, but that is runtime writable.
Create an API to write to the media directory (similar to the workspaces
API).
We should create a
media
directory in the app scaffold similar to thepublic
directory, but that is runtime writable.Create an API to write to the media directory (similar to the
workspaces
API).
Except different than workspaces. Don't do collectworkspaces or symlink in production. The API would just know to write to MEDIA_ROOT.
Changes Made: