Hello WorldThe first post, just making sure this works. I'm honestly just trying to make this work. Look here's some rad code: hello-world.tsexport default function helloWorld() { return "Hello World!";}