Install: pnpm run install (You may need to approve esbuild)
To build and run pnpm run dev
Server location: ./server/index.ts
Setting the basePath to / and running works, you should see HOME displayed.
Setting basePath to /subpath/ returns a not found from Tanstack router.
Relative base has been enabled in vite & the router, see ./vite.config.ts & ./src/main.tsx