Skip to content

Commit 9aa00ab

Browse files
committed
WIP
1 parent 996395a commit 9aa00ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tiled/commandline/_serve.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ def serve_config(
612612

613613
# This config was already validated when it was parsed. Do not re-validate.
614614
logger.info(f"Using configuration from {Path(config_path).absolute()}")
615+
print(parsed_config)
615616
web_app = build_app_from_config(
616617
parsed_config, source_filepath=config_path, scalable=scalable
617618
)

0 commit comments

Comments
 (0)