chore: remove useless templates (#330)

This commit is contained in:
tecvan
2025-07-30 17:51:07 +08:00
committed by GitHub
parent ce521dae8a
commit cacdba67cd
54 changed files with 59 additions and 1208 deletions

View File

@@ -13,13 +13,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import type { IConfig } from '../../autoinstallers/plugins/node_modules/rush-init-project-plugin';
import ShowChatAreaTemplatePlugin from './ShowChatAreaTemplatePlugin';
import SetFornaxChildAppPlugin from './SetFornaxChildAppPlugin';
import ShowTemplatePlugin from './ShowTemplatePlugin';
const config: IConfig = {
plugins: [new ShowChatAreaTemplatePlugin(), new SetFornaxChildAppPlugin()]
plugins: [new ShowTemplatePlugin()],
};
export default config;