NUXT_APP_BACKEND_URL=https://admin.renaudcollet.com NUXT_APP_URL=https://renaudcollet.com NUXT_API_URL=https://admin.renaudcollet.com/api
Upload to ionos, then restart Nodejs App in Plesk admin panel
Logs: Nodejs Logs on server are in /var/log/passenger/passenger.log, access with root user
Have a look in /var/log/passenger with root user
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.