pavel slama

Results 1 comments of pavel slama

Same issue, workaround with proxy in vite.config ``` server: { port: 3001, proxy: { '^/node_modules': { target: 'http://localhost:3001', changeOrigin: true, rewrite: path => [process.cwd(), path].join(''), } } }, ```