Files
AR-Menu/Library/PackageCache/com.needle.engine-exporter@8c046140a1d9/Common/Runtime/NpmCommands.cs
2025-11-30 08:35:03 +02:00

7 lines
162 B
C#

namespace Needle.Engine
{
public static class NpmCommands
{
public const string SetDefaultNpmRegistry = "npm set registry https://registry.npmjs.org";
}
}