diff --git a/vite.config.ts b/vite.config.ts index e842295..33eab87 100755 --- a/vite.config.ts +++ b/vite.config.ts @@ -58,6 +58,8 @@ export default defineConfig({ cachedChecks: false, }, port: 3003, + host: '0.0.0.0', + allowedHosts: ['dev4.4nkweb.com', 'localhost', '127.0.0.1'], proxy: { '/storage': { target: 'https://demo.4nkweb.com',