minus-squareMultipleAnimals@sopuli.xyztoProgrammer Humor@lemmy.ml•My debugging experience today: Quantum Debugginglinkfedilinkarrow-up25·edit-25 months agoYou can imagine how many node projects there are running in production with npm run. I have encountered js/ts/node devs that don’t even know that you should like, build your project, with npm build and then ship and serve the bundle. linkfedilink
minus-squareMultipleAnimals@sopuli.xyztoProgrammer Humor@lemmy.ml•`"☹️".reverse() == "🙂"`linkfedilinkarrow-up9·5 months agoJavaScript taking notes linkfedilink
minus-squareMultipleAnimals@sopuli.xyztolinuxmemes@lemmy.world•Just one more tweaklinkfedilinkarrow-up13arrow-down4·5 months agoI don’t see the toxicness on my desktop linkfedilink
minus-squareMultipleAnimals@sopuli.xyztoProgrammer Humor@lemmy.ml•I pulled this from a shop.linkfedilinkarrow-up2·10 months agogit gud? linkfedilink
You can imagine how many node projects there are running in production with
npm run
. I have encountered js/ts/node devs that don’t even know that you should like, build your project, withnpm build
and then ship and serve the bundle.