Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
class ProcessPackageManagerUserAgentProvider {
|
||||
// https://docs.npmjs.com/cli/v8/using-npm/config#user-agent
|
||||
userAgent = process.env.npm_config_user_agent ?? null;
|
||||
}
|
||||
export {
|
||||
ProcessPackageManagerUserAgentProvider
|
||||
};
|
||||
Reference in New Issue
Block a user