refactor: Clean all instances of isNpmAvailable (#10891)

This commit is contained in:
Ricardo Espinoza
2024-09-20 10:38:52 -04:00
committed by GitHub
parent 30261bdc91
commit 583d3a7acb
9 changed files with 3 additions and 46 deletions

View File

@@ -170,7 +170,6 @@ export class FrontendService {
deployment: {
type: config.getEnv('deployment.type'),
},
isNpmAvailable: false,
allowedModules: {
builtIn: process.env.NODE_FUNCTION_ALLOW_BUILTIN?.split(',') ?? undefined,
external: process.env.NODE_FUNCTION_ALLOW_EXTERNAL?.split(',') ?? undefined,