add allowed hosts

This commit is contained in:
iamBadgers
2026-04-21 14:20:37 -07:00
parent c7fb2e490e
commit cd26e658ad

View File

@@ -10,7 +10,7 @@ export default defineConfig({
plugins: [
vue(),
vueDevTools(),
// tailwindcss(),
// tailwindcss(),
],
resolve: {
alias: {
@@ -18,6 +18,7 @@ export default defineConfig({
},
},
server: {
allowedHosts: true,
host: true,
port: 5173
}