diff --git a/vite.config.ts b/vite.config.ts index 90e410e..1903de8 100755 --- a/vite.config.ts +++ b/vite.config.ts @@ -56,18 +56,6 @@ export default defineConfig({ fs: { cachedChecks: false }, - host: '0.0.0.0', port: 3001, - https: { - cert: fs.readFileSync(path.resolve(__dirname, './public/ssl/certs/site.crt')), - key: fs.readFileSync(path.resolve(__dirname, './public/ssl/private/site.dec.key')) - }, - proxy: { - '/api': { - target: 'https://theradiadev2.northeurope.cloudapp.azure.com:5000', - changeOrigin: true, - rewrite: (path) => path.replace(/^\/api/, '') - } - } }, }); \ No newline at end of file