output property

String output
final

Output directory, relative to the project root. The sync command resolves it as path.join(project.root, output). Not relative to cwd — sync must work the same whether the user runs it from the repo root or dialect sync /path/to/proj.

Implementation

final String output;