Server-Only Folders? Entire back end?
Does the concept of "server-only files" also apply to folders? My dream is to drag the entire back end folder into the front end for complete type safety - is it correct that if I just name the folder
back.server$.end
then the entire folder will be server only?
And then is the idea to expose "entry/RPC functions" via server$ functions in a normal .ts file? And those functions can then call all the functions/variables in the back.server$.end
folder?0 Replies