This commit is contained in:
Phoenix 2024-02-01 13:25:43 +08:00
parent eb5b64d438
commit b7c897205a

View File

@ -4,6 +4,9 @@ import path from 'path'
// https://vitejs.dev/config/
export default defineConfig({
server:{
host:'0.0.0.0'
},
resolve: {
alias: {
'@': path.resolve(__dirname, './src')