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 791ca1b commit 2a9b355Copy full SHA for 2a9b355
playground/ssr-wasm/server.js
@@ -30,7 +30,7 @@ export async function createServer(root = process.cwd(), hmrPort) {
30
// use vite's connect instance as middleware
31
app.use(vite.middlewares)
32
33
- app.use('*', async (req, res, next) => {
+ app.use('*all', async (req, res, next) => {
34
try {
35
const url = req.originalUrl
36
const render = (await vite.ssrLoadModule('/src/app.js')).render
0 commit comments