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

@@ -4,9 +4,11 @@
"private": true,
"dependencies": {
"@redwoodjs/api": "7.7.4",
"@redwoodjs/api-server": "7.7.4",
"@redwoodjs/auth-dbauth-api": "7.7.4",
"@redwoodjs/graphql-server": "7.7.4",
"graphql-scalars": "^1.23.0",
"@tus/file-store": "^1.4.0",
"@tus/server": "^1.7.0",
"nodemailer": "^6.9.14"
},
"devDependencies": {