Proposing adding path as a server-level option to the config standard, and removing the currently-just-in-the-example ptr key, matching the change from a few years back to gulp-screeps to support seasonal (https://github.com/screepers/gulp-screeps/pull/2).
For a look at the ecosystem, rollup-plugin-screeps also uses path (but otherwise has a much different config format from this standard); grunt-screeps takes a different approach with its server field with magic values associated to hardcoded paths ..and cargo-screeps for us rustaceans uses prefix, but it uses its own toml format at the moment anyway (and I maintain that tool so I might add that support for this format down the line).
Proposing adding
path
as a server-level option to the config standard, and removing the currently-just-in-the-exampleptr
key, matching the change from a few years back to gulp-screeps to support seasonal (https://github.com/screepers/gulp-screeps/pull/2).For a look at the ecosystem,
rollup-plugin-screeps
also usespath
(but otherwise has a much different config format from this standard);grunt-screeps
takes a different approach with itsserver
field with magic values associated to hardcoded paths ..andcargo-screeps
for us rustaceans usesprefix
, but it uses its own toml format at the moment anyway (and I maintain that tool so I might add that support for this format down the line).