File tree 3 files changed +0
-3
lines changed
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ export const getBuildOptions = ({
42
42
featureFlags : {
43
43
...edgeFunctionsFeatureFlags ,
44
44
functionsBundlingManifest : true ,
45
- project_deploy_configuration_api_use_per_function_configuration_files : true ,
46
45
} ,
47
46
} )
48
47
Original file line number Diff line number Diff line change @@ -194,7 +194,6 @@ export class FunctionsRegistry {
194
194
const functions = await this . listFunctions ( directories , {
195
195
featureFlags : {
196
196
buildRustSource : env . NETLIFY_EXPERIMENTAL_BUILD_RUST_SOURCE === 'true' ,
197
- project_deploy_configuration_api_use_per_function_configuration_files : true ,
198
197
} ,
199
198
configFileDirectories : [ getPathInProject ( [ INTERNAL_FUNCTIONS_FOLDER ] ) ] ,
200
199
config : this . config . functions ,
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ const getFunctionZips = async ({
69
69
const { zipFunctions } = await import ( '@netlify/zip-it-and-ship-it' )
70
70
71
71
return await zipFunctions ( directories , tmpDir , {
72
- featureFlags : { project_deploy_configuration_api_use_per_function_configuration_files : true } ,
73
72
basePath : rootDir ,
74
73
configFileDirectories : [ getPathInProject ( [ INTERNAL_FUNCTIONS_FOLDER ] ) ] ,
75
74
config : functionsConfig ,
You can’t perform that action at this time.
0 commit comments