Use seed instead of signup page for admin + basic local file uploading using TUS & Uppy

This commit is contained in:
Ahmed Al-Taiar
2024-08-15 23:58:28 -04:00
parent 8493e613d7
commit a82caf96bf
16 changed files with 695 additions and 279 deletions

View File

@@ -17,6 +17,15 @@
"@redwoodjs/forms": "7.7.4",
"@redwoodjs/router": "7.7.4",
"@redwoodjs/web": "7.7.4",
"@uppy/compressor": "^2.0.1",
"@uppy/core": "^4.1.0",
"@uppy/dashboard": "^4.0.2",
"@uppy/drag-drop": "^4.0.1",
"@uppy/file-input": "^4.0.0",
"@uppy/image-editor": "^3.0.0",
"@uppy/progress-bar": "^4.0.0",
"@uppy/react": "^4.0.1",
"@uppy/tus": "^4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},