fix(app): await App.getInitialProps in _app
Without await, App.getInitialProps returns a Promise that is spread
into the result, producing no enumerable properties. pageProps ends
up undefined, which crashes deserializeSuperJSONProps with
"Cannot read properties of undefined (reading '_superjson')".
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>