From 0bdcf1a9d17db0968abacf76c7ef1a1d0cc738c3 Mon Sep 17 00:00:00 2001 From: Skyler Calaman <54462713+Blckbrry-Pi@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:37:19 -0400 Subject: [PATCH] feat(users): Update `users` config to use `UploadSize` from `uploads --- modules/uploads/module.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modules/uploads/module.json b/modules/uploads/module.json index b593423d..0e17f650 100644 --- a/modules/uploads/module.json +++ b/modules/uploads/module.json @@ -1,4 +1,17 @@ { + "name": "Uploads", + "description": "Upload & store files in an object store.", + "icon": "file-arrow-up", + "tags": [ + "core", + "utility" + ], + "authors": [ + "rivet-gg", + "Blckbrry-Pi", + "NathanFlurry" + ], + "status": "stable", "scripts": { "prepare": { "name": "Prepare Upload",