Skip to content
Snippets Groups Projects
Commit 732d714c authored by syuilo's avatar syuilo
Browse files

fix(dev): fix vite config

Fix #10773
parent 63be1ee8
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,10 @@ export function getConfig(): UserConfig {
return {
base: '/vite/',
server: {
port: 5173,
},
plugins: [
pluginVue({
reactivityTransform: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment