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) 214 B
// --------------------------------------------- // Vite Entry Point // --------------------------------------------- import * as Turbo from '@hotwired/turbo'; import './controllers'; window.Turbo = Turbo;