Start both dev servers in one command

This commit is contained in:
Louis Lam
2022-04-26 02:18:14 +08:00
parent db3ef3805b
commit 4114f43b48
3 changed files with 262 additions and 5 deletions

View File

@@ -21,4 +21,7 @@ export default defineConfig({
"plugins": [ postcssRTLCSS ]
}
},
server: {
open: "/"
}
});