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
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 | TanStack Start React Docs
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...
1 Reply
xenogeneic-maroonOP•14h ago
Just tried using Nitro V2, and it works