Remove metamigo-frontend from build
This commit is contained in:
parent
4e0b5ae215
commit
2f70dc9e8a
3 changed files with 3 additions and 4 deletions
|
|
@ -27,8 +27,7 @@ const fetchUser = async (email: string) => {
|
||||||
console.log({ users });
|
console.log({ users });
|
||||||
const user = users?.[0];
|
const user = users?.[0];
|
||||||
|
|
||||||
// temp
|
return user;
|
||||||
return { role_ids: [1] };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const getUserRoles = async (email: string) => {
|
const getUserRoles = async (email: string) => {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build-xxx": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
FROM postgres:15-bookworm
|
FROM postgres:16-bookworm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue