.lua files are really necessary in build? #3180
-
https://www.npmjs.com/package/bullmq/v/5.45.0?activeTab=code echo "Number of .lua files: $(find . -name "*.lua" -type f | wc -l)" && echo "Total size: $(du -ch $(find . -name "*.lua" -type f) | tail -n 1)"
Number of .lua files: 204
Total size: 848K |
Beta Was this translation helpful? Give feedback.
Answered by
roggervalf
Mar 29, 2025
Replies: 1 comment 1 reply
-
hi @jlucaso1, those Lua files are used in pro version, this is why we are keeping them in base version |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jlucaso1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @jlucaso1, those Lua files are used in pro version, this is why we are keeping them in base version