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