Hosting in Docker with Nitro problems
I try to follow Hosting article. I want to host it in Docker, so i choose Nitro V3.
However, in the docs there's import
Moreover, after including nitro in vite.config.js I get error:
However, in the docs there's import
import { nitro } from 'nitro/vite' which should be import { nitro } from 'nitro-nightly/vite' to be aligned with suggested package.Moreover, after including nitro in vite.config.js I get error:
Hosting is the process of deploying your application to the internet so that users can access it. This is a critical part of any web development project, ensuring your application is available to the...
