Skip to content

Commit 2a9b355

Browse files
committed
fix
1 parent 791ca1b commit 2a9b355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/ssr-wasm/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export async function createServer(root = process.cwd(), hmrPort) {
3030
// use vite's connect instance as middleware
3131
app.use(vite.middlewares)
3232

33-
app.use('*', async (req, res, next) => {
33+
app.use('*all', async (req, res, next) => {
3434
try {
3535
const url = req.originalUrl
3636
const render = (await vite.ssrLoadModule('/src/app.js')).render

0 commit comments

Comments
 (0)