Fix broken dev environment set-up
This commit is contained in:
parent
bc5aba6808
commit
a7698ce56b
6 changed files with 14 additions and 4 deletions
|
|
@ -26,9 +26,16 @@ export default defineConfig({
|
|||
}
|
||||
}
|
||||
],
|
||||
server: {
|
||||
port: process.env.VUE_PORT || '8080',
|
||||
hmr: {
|
||||
port: '8000',
|
||||
protocol: 'ws',
|
||||
}
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue