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
Abuzeid
Abuzeid16mo ago
I don't think so, the only thing that comes to mind is using the build command
cje
cje16mo ago
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
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
GreggOD
GreggOD16mo ago
I want to initialize some code when the server boots up . Nextjs has this capability if you eject the default server no?