Update vite.config.ts
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineConfig(({ mode }) => {
|
|||||||
return {
|
return {
|
||||||
base: '/jbdtool/',
|
base: '/jbdtool/',
|
||||||
server: {
|
server: {
|
||||||
allowedHosts: ['app.tindevil.com'],
|
allowedHosts: ['app.tindevil.com','*.tindevil.com'],
|
||||||
port: 4173,
|
port: 4173,
|
||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user