Initial commit of Vellum, an event photo product for guest uploads, host moderation, and original-quality galleries.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-07 19:36:14 -04:00
co-authored by Cursor
commit 27e2f196eb
149 changed files with 13847 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
{
"$schema": "https://turbo.build/schema.json",
"globalEnv": [
"BETTER_AUTH_SECRET",
"BETTER_AUTH_URL",
"DATABASE_URL",
"NEXT_PUBLIC_APP_URL",
"EMAIL_PROVIDER",
"EMAIL_FROM",
"SMTP_HOST",
"SMTP_PORT",
"RESEND_API_KEY",
"RESEND_FROM",
"S3_ENDPOINT",
"S3_REGION",
"S3_BUCKET",
"S3_ACCESS_KEY",
"S3_SECRET_KEY",
"S3_FORCE_PATH_STYLE",
"S3_PUBLIC_ENDPOINT"
],
"tasks": {
"dev": {
"cache": false,
"persistent": true
},
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "dist/**"]
},
"@album/web#build": {
"cache": false,
"dependsOn": ["^build"]
},
"typecheck": {
"dependsOn": ["^typecheck"]
},
"lint": {
"dependsOn": ["^lint"]
}
}
}