Hi! I'm looking to write a little script in my create-t3-app which would allow me to easily add an entry to the database. I don't want this exposed in the web app, and I think it's inconvenient to just add a function call which runs once that I then, later delete.
Is there any way for me to just create a .ts file which I can run in isolation in the project? Maybe parse some command line arguments and such?