hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.25k stars 4.43k forks source link

Move constants to isolated file to be loaded on-demand #13165

Closed chrisroberts closed 1 year ago

chrisroberts commented 1 year ago

Since the protos are only loaded when the serve command is invoked, move the constant alias definitions into an isolated file so they are only loaded when needed by the serve command

Fixes #13164