rsnext/test/integration/serverless-now/pages
Joe Haddad a372edae48 Default target in loadConfig instead of next build (#7521)
* Default `target` in `loadConfig` instead of `next build`
We should set the target from the environment variable during `loadConfig` instead of in `next build`. This ensures all other locations in Next.js that rely on `config` can read the correct value to toggle behaviors.

* Use object destructuring

* Add tests for builder target

* Run start with serverless
2019-06-06 15:57:42 +02:00
..
index.js Default target in loadConfig instead of next build (#7521) 2019-06-06 15:57:42 +02:00