blob: 45fbad87b4408e6c71f7394eebee233a072240a2 [file] [log] [blame]
# Derived from $MOJO_DIR/mojoconfig.
{
'dev_servers': [
{
'host': 'https://mojo.v.io/',
'mappings': [
('', [
# For syncbase_server.mojo.
'@{ETHER_BUILD_DIR}',
# For syncbase_example.dart.
'@{ETHER_DIR}/dart/bin'
]),
],
},
{
'host': 'https://test.mojo.v.io/',
'mappings': [
('', ['@{ETHER_DIR}/dart/test']),
],
},
],
}