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.

10 lines (6 loc) 229 B
import { Application } from '@hotwired/stimulus'; const application = Application.start(); // Configure Stimulus development experience application.debug = true; window.Stimulus = application; export { application };