add allowed hosts
This commit is contained in:
@@ -10,7 +10,7 @@ export default defineConfig({
|
|||||||
plugins: [
|
plugins: [
|
||||||
vue(),
|
vue(),
|
||||||
vueDevTools(),
|
vueDevTools(),
|
||||||
// tailwindcss(),
|
// tailwindcss(),
|
||||||
],
|
],
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
@@ -18,6 +18,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
|
allowedHosts: true,
|
||||||
host: true,
|
host: true,
|
||||||
port: 5173
|
port: 5173
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user