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