feat: allow all hosts on dev
This commit is contained in:
@ -16,6 +16,7 @@ export default defineConfig(({ mode }) => ({
|
||||
secure: false,
|
||||
},
|
||||
},
|
||||
allowedHosts: true,
|
||||
}
|
||||
: undefined,
|
||||
build: {
|
||||
|
Reference in New Issue
Block a user