Node Deploy.js Problem #2908
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Basically, you've declared the function main but never called it in your code, to solve it, simply add main() on line 22 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
add me on discord -> louiz#5031 || I don't know much about those frameworks but I can try to help you |
Beta Was this translation helpful? Give feedback.
Basically, you've declared the function main but never called it in your code, to solve it, simply add main() on line 22