# Derived from $MOJO_DIR/mojoconfig. | |
{ | |
'dev_servers': [ | |
{ | |
'host': 'https://mojo.v.io/', | |
'mappings': [ | |
('', [ | |
# For syncbase_server.mojo. | |
'@{SYNCBASE_BUILD_DIR}', | |
# For syncbase_example.dart. | |
'@{SYNCBASE_DIR}/example' | |
]), | |
], | |
}, | |
{ | |
'host': 'https://test.mojo.v.io/', | |
'mappings': [ | |
('', ['@{SYNCBASE_DIR}/test']), | |
], | |
}, | |
], | |
} |