# 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']), | |
], | |
}, | |
], | |
} |