blob: 078c09376a660daf205939c6fc4ea468b70aa43d [file] [log] [blame]
# 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']),
],
},
],
}