//#ifdef PROJECT_Aconsole.log('only show in PROJECT_A')//#endif//#ifndef PROJECT_Aconsole.log('only show not in PROJECT_A')//#endif
.env.development (use '-' to support child)
VITE_PROJECT_TYPE = PROJECT-A
use
//#ifdef PROJECT-Aconsole.log('show this')//#endif//#ifdef PROJECTconsole.log('allow show this')//#endif//#ifndef PROJECT-Bconsole.log('allow show this')//#endif//#ifndef PROJECT-Aconsole.log('not show')//#endif//#ifndef PROJECTconsole.log('not show')//#endif//you can allow use "<!--#ifdef [NAME]--> and <!--#ifndef [NAME]--> in html