Is there a good way to run single file script without starting the webserver in a nextjs project and utilizing prisma/other server side features? Similar to django management commands (if you are familiar with python/django). I have tried using tsx but I am running into many small issues mostly related to tsconfig/module importing etc.