T3 server entry file or similar to run code on boot?
Where would i put some server code that I want to run when the server boots up?
In Remix and Solid Start they have the entry.ts file, is there something similar in T3?
4 Replies
I don't think so, the only thing that comes to mind is using the build command
the main deploy target for the stack is serverless, and this doesn't really have the concept of "server boots up"
what are you trying to do?
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I want to initialize some code when the server boots up . Nextjs has this capability if you eject the default server no?