bulletproof-nodejs
bulletproof-nodejs copied to clipboard
Build the API and get output in build folder
Sorry, I am new to the NodeJS and don't have the proper idea to build the NodeJS API.
My question is that how can we build this "bulletproof-nodejs"?
I went through the "Package.json" file and found command to build this "npm run build".
But the above command is taking too much time in hours and not giving the typescripts transpiled files in "outDir": "./build".
The reason to build the project is to "Want to add new routes and services and those newly added routes and service methods should be available in output directory javascript/transpiled files". Currently, this is not working and not getting newly added routes and service methods in the output/build folder.
Please help, thanks in advance.....
Could you share the error you're getting if any and more information on your encounter