fix: allow opinion.moreminimore.com host in vite config
This commit is contained in:
@@ -14,6 +14,7 @@ export default defineConfig({
|
|||||||
server: {
|
server: {
|
||||||
port: 3000,
|
port: 3000,
|
||||||
open: true,
|
open: true,
|
||||||
|
allowedHosts: ['opinion.moreminimore.com'],
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: 'http://localhost:5001',
|
target: 'http://localhost:5001',
|
||||||
|
|||||||
Reference in New Issue
Block a user