Pinia to my Nuxt 3 app, by doing:npm install pinia @pinia/nuxtstores directory in the root of the projects and placing the user.ts file in ituser.ts:console.log seems to log the correct thing on a server and since this component is actually a page, it doesn't run on a client at all, when the page first loads.