I really like the way you combine vite build tool with running server separately, but I really like keeping client side files and server side files disctinct. How can I achive that keeping vite build tool as runner for the server?
The strcuture would look something like this: . ├── etc... ├── src │ ├── client │ └── server ├── tsconfig.json └── vite.config.ts