Files
2026-02-09 10:54:26 +08:00

493 B

Proto Files

Shared protobuf definitions. Uses hard links - editing either location updates both automatically.

Sync

# From .proto to target
.\sync-proto.ps1 -Target "path\to\target"

# From target to .proto
.\sync-proto.ps1 -Target "path\to\target" -Reverse

Example:

.\sync-proto.ps1 -Target "..\server\server\src\Laserweld.Core\Protos\Protocol"

Note

Hard links share the same disk data. No manual sync needed after initial link creation.