diff --git a/vite.config.ts b/vite.config.ts index a7ebcb4..f2f5c53 100755 --- a/vite.config.ts +++ b/vite.config.ts @@ -22,6 +22,13 @@ export default defineConfig({ cachedChecks: false, }, port: 3004, + host: '0.0.0.0', + allowedHosts: [ + 'dev3.4nkweb.com', + 'localhost', + '127.0.0.1', + '31.33.24.235' + ], proxy: { '/storage': { target: 'https://dev3.4nkweb.com',