EasyAbp / AbpHelper.CLI

Providing code generation and more features to help you develop applications and modules with the ABP framework.
MIT License
285 stars 95 forks source link

Remove `order: [[1 "asc"]],` statement from the generated index.js #103

Closed wakuflair closed 4 years ago

wakuflair commented 4 years ago

Change to order: [[0, "asc"]], rather than deleting it.