UNPKG

nestjs-mvc-tools

Version:

NestJS MVC Tools is a small set of tools designed to help you get started more easily with traditional web development approaches in NestJS.

8 lines (6 loc) 216 B
// --------------------------------------------- // Vite Entry Point // --------------------------------------------- import 'htmx.org'; // HTMX global configuration htmx.config.globalViewTransitions = true;