0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 08:58:11 +00:00

this should work

This commit is contained in:
Víctor Losada Hernández
2026-02-01 21:59:59 +01:00
parent 71bc95251c
commit 741d7762d8
4 changed files with 7 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ async function start() {
if (!isProd) {
vite = await createViteServer({
server: { middlewareMode: 'html' },
server: { middlewareMode: true },
appType: "custom",
});