Remove metamigo-frontend from build

This commit is contained in:
Darren Clarke 2024-03-06 11:08:48 +01:00
parent 4e0b5ae215
commit 2f70dc9e8a
3 changed files with 3 additions and 4 deletions

View file

@ -27,8 +27,7 @@ const fetchUser = async (email: string) => {
console.log({ users });
const user = users?.[0];
// temp
return { role_ids: [1] };
return user;
};
const getUserRoles = async (email: string) => {

View file

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build-xxx": "next build",
"start": "next start",
"lint": "next lint"
},