Skip to content

Commit

Permalink
feat: remove ff project_deploy_configuration_api_use_per_function_con…
Browse files Browse the repository at this point in the history
…figuration_files (#5493)
  • Loading branch information
khendrikse authored Mar 6, 2023
1 parent 2cb229b commit 7c793d9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/lib/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const getBuildOptions = ({
featureFlags: {
...edgeFunctionsFeatureFlags,
functionsBundlingManifest: true,
project_deploy_configuration_api_use_per_function_configuration_files: true,
},
})

Expand Down
1 change: 0 additions & 1 deletion src/lib/functions/registry.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ export class FunctionsRegistry {
const functions = await this.listFunctions(directories, {
featureFlags: {
buildRustSource: env.NETLIFY_EXPERIMENTAL_BUILD_RUST_SOURCE === 'true',
project_deploy_configuration_api_use_per_function_configuration_files: true,
},
configFileDirectories: [getPathInProject([INTERNAL_FUNCTIONS_FOLDER])],
config: this.config.functions,
Expand Down
1 change: 0 additions & 1 deletion src/utils/deploy/hash-fns.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const getFunctionZips = async ({
const { zipFunctions } = await import('@netlify/zip-it-and-ship-it')

return await zipFunctions(directories, tmpDir, {
featureFlags: { project_deploy_configuration_api_use_per_function_configuration_files: true },
basePath: rootDir,
configFileDirectories: [getPathInProject([INTERNAL_FUNCTIONS_FOLDER])],
config: functionsConfig,
Expand Down

1 comment on commit 7c793d9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Package size: 264 MB

Please sign in to comment.