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 }); 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) => {

View file

@ -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"
}, },

View file

@ -1 +1 @@
FROM postgres:15-bookworm FROM postgres:16-bookworm