Skip to content

Commit

Permalink
Completely switch from npm
Browse files Browse the repository at this point in the history
  • Loading branch information
fowled committed Apr 19, 2024
1 parent c366df1 commit 312a0b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions website/src/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ async function logout() {
}
onMounted(async () => {
console.log(user);
manageTheme();
});
</script>
Expand Down

0 comments on commit 312a0b1

Please sign in to comment.