We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e361c4a commit 087c163Copy full SHA for 087c163
playground/ssr-react-streaming/vite.config.ts
@@ -49,7 +49,7 @@ export default defineConfig({
49
},
50
async configurePreviewServer(server) {
51
const mod = await import(
52
- path.join(import.meta.dirname, 'dist/server/index.js')
+ new URL('dist/server/index.js', import.meta.url).toString()
53
)
54
return () => {
55
server.middlewares.use(async (req, res, next) => {
0 commit comments