diff --git a/app/package.json b/app/package.json index a1a8a2f..1912ab1 100644 --- a/app/package.json +++ b/app/package.json @@ -7,7 +7,7 @@ "dev": "npx nodemon src/index.ts", "start": "npx ts-node src/index.ts", "pm2": "pm2 start mango.sh", - "test": "npx tsc" + "test": "pnpm exec tsc" }, "author": "fowled", "license": "MIT", diff --git a/website/src/components/Navbar.vue b/website/src/components/Navbar.vue index 6fa5edb..5bb36cf 100644 --- a/website/src/components/Navbar.vue +++ b/website/src/components/Navbar.vue @@ -32,8 +32,6 @@ async function logout() { } onMounted(async () => { - console.log(user); - manageTheme(); });