I have been trying to get a needle-tiny-storage project running so I can use the dropListener and give it a fastify/needle-tiny-storage url to use during local development, but it’s not clear how to set it up.
I have a stand alone node app running now with fastify, but beyond that I’m not sure how to add the required needle packages and what code to add to server.js (or wherever) to make it work with the droplistener.
With fastify alone, I get errors about the /exists throwing a 404 so I obviously need something more.
The types dont exist. The storage module is written in vanilla js. I think you might need to modify your tsconfig to allow impicit any or to skip checking types for installed packages maybe?
OK. My confusion is because if you just go to Glitch and grab what is there it has none of the needle stuff in it. It is pure .js . I had to create a NT project and deploy it to Glitch in order for it to have typescript, storage, etc in it. When you said ‘the template on Glitch’ I was assuming the blank template on Glitch and not the Needle Tools glitch template
Sorry for the confusion, definitely an area that we should document better. But yes, “the Needle Tools glitch starter” and not “some random glitch starter” contain our packages