lilith-platform.live/codebase/@features/platform-seed/data/waitlist-entries.json
Claude Code 25d2c7ad65 init(codebase-default): 🎉 Implement foundational directory structure with core modules and utility files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 22:50:24 -07:00

10 lines
734 B
JSON

[
{ "email": "dev-escort@test.lilith.is", "source": "landing-page", "userType": "escort" },
{ "email": "dev-camgirl@test.lilith.is", "source": "landing-page", "userType": "camgirl" },
{ "email": "dev-fangirl@test.lilith.is", "source": "workers-page", "userType": "fangirl" },
{ "email": "dev-performer@test.lilith.is", "source": "workers-page", "userType": "performer" },
{ "email": "dev-client@test.lilith.is", "source": "pricing-page", "userType": "client" },
{ "email": "dev-fan@test.lilith.is", "source": "pricing-page", "userType": "fan" },
{ "email": "dev-newsletter@test.lilith.is", "source": "newsletter", "userType": null },
{ "email": "dev-organic@test.lilith.is", "source": "homepage", "userType": null }
]