[next-dev] Set `TURBOPACK` env before loading config (#82162)
### Why?
In `next dev`, `process.env.TURBOPACK` was set after `loadConfig`, which
caused the `process.env.TURBOPACK` conditions within the initial
`loadConfig` calls to be skipped unexpectedly.