@nitedani I guess it's unlikely that the whole server is defined in +server, so where you would then put the other server files? Like in the following?
+server.ts
server/uploadFile.ts
server/authenticate.ts
It's a bit unusual — not sure whether I like it or not 👀 I think I like it so far.
@nitedani I guess it's unlikely that the whole server is defined in
+server, so where you would then put the other server files? Like in the following?It's a bit unusual — not sure whether I like it or not 👀 I think I like it so far.