generated from template/astro-template
	remove basicSsl
This commit is contained in:
		@@ -10,7 +10,7 @@ const isDev = process.env.NODE_ENV === 'development';
 | 
			
		||||
const plugins = [tailwindcss()];
 | 
			
		||||
const isCNB = process.env.CNB === 'true';
 | 
			
		||||
if (isDev && !isCNB) {
 | 
			
		||||
  plugins.push(basicSsl());
 | 
			
		||||
  // plugins.push(basicSsl());
 | 
			
		||||
}
 | 
			
		||||
let target = process.env.VITE_API_URL || 'https://localhost:51015';
 | 
			
		||||
const apiProxy = { target: target, changeOrigin: true, ws: true, rewriteWsOrigin: true, secure: false, cookieDomainRewrite: 'localhost' };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user