docs icon indicating copy to clipboard operation
docs copied to clipboard

Update 01-quickstart.mdx ts-node to tsx

Open dannybunschoten opened this issue 1 year ago • 0 comments

The current documentation contains a call to ts-node. However ts-node does not play nicely with ES-modules, and can be a pain to setup. As can be seen in this stackoverflow post. Furthermore, prisma is a platinum sponsor of tsx.

I changed the call from ts-node to tsx to make it easier for beginners to follow the getting started without needing to setup a lot.

This is my first pull request, so please let me know if there are any changes to be made.

dannybunschoten avatar Oct 15 '24 11:10 dannybunschoten