We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fbfa9 commit c465941Copy full SHA for c465941
src/index.js
@@ -96,11 +96,11 @@ module.exports = {
96
// Whole configuration file. For example, content of `netlify.toml`
97
netlifyConfig,
98
// Build constants
99
- constants: { PUBLISH_DIR, FUNCTIONS_DIST },
+ constants: { PUBLISH_DIR, FUNCTIONS_SRC },
100
}) {
101
await generateSSO({
102
config: netlifyConfig,
103
- functionsDir: FUNCTIONS_DIST,
+ functionsDir: FUNCTIONS_SRC,
104
publishDir: PUBLISH_DIR,
105
})
106
0 commit comments