packages/api contains trpc and packages/db contains the drizzle-orm code.tsc to transpile the code and node dist/main.js to run it. But this doesn’t include code from other packages in the monorepo.dist/main.cjs file, but now I feel like I’m building the code twice. Is this correct approach, or am I missing something?