UNPKG
next-page-budget
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
CLI tool to specify and control per page JS bundle limit for Next.js applications
next-page-budget
/
src
/
index.js
4 lines
(2 loc)
•
48 B
JavaScript
View Raw
1
2
3
4
#!/usr/bin/env node
require
(
'./execute.js'
)();