UNPKG

generator-aspnetpostgresql

Version:

Yeoman generator for ASP.NET MVC Core apps with PostgreSQL support

11 lines (9 loc) 270 B
/* This file is the main entry point for defining grunt tasks and using grunt plugins. Click here to learn more: https://docs.asp.net/en/latest/client-side/using-grunt.html */ "use strict"; module.exports = function(grunt) { grunt.initConfig({ }); };