We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44e242 commit 08d1bfeCopy full SHA for 08d1bfe
helpers/verifyBuildTarget.js
@@ -10,7 +10,6 @@ const verifyBuildTarget = async ({ failBuild, netlifyConfig }) => {
10
const nextRoot = getNextRoot({ netlifyConfig })
11
12
const { target, configFile, ...rest } = await getNextConfig(failBuild, nextRoot)
13
- console.log({ target, rest, configFile, nextRoot })
14
15
// If the next config exists, log warning if target isnt in acceptableTargets
16
const acceptableTargets = ['serverless', 'experimental-serverless-trace']
0 commit comments