Migrate to a monorepo structure (#2909)
This commit is contained in:
9
packages/twenty-server/test/mock-data/user.json
Normal file
9
packages/twenty-server/test/mock-data/user.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "20202020-a838-4fa9-b59b-96409b9a1c30",
|
||||
"firstName": "Tim",
|
||||
"lastName": "Apple",
|
||||
"email": "tim@apple.dev",
|
||||
"locale": "en",
|
||||
"passwordHash": "$2b$10$66d.6DuQExxnrfI9rMqOg.U1XIYpagr6Lv05uoWLYbYmtK0HDIvS6",
|
||||
"avatarUrl": null
|
||||
}
|
||||
Reference in New Issue
Block a user