Skip to content

Commit 770ee11

Browse files
committed
chore: format
1 parent 3b5a6dc commit 770ee11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/multi-app/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async function createServer() {
1515
vite = await require("vite").createServer({
1616
root: process.cwd(),
1717
server: { middlewareMode: true },
18-
appType: 'custom'
18+
appType: "custom",
1919
});
2020

2121
app.use(vite.middlewares);

0 commit comments

Comments
 (0)