blob: 0a0e9d9d8e2b4f257b722875cdffe7cc67bee30b [file] [log] [blame]
# Derived from $MOJO_DIR/mojoconfig.
{
'dev_servers': [
{
'host': 'https://mojo.v.io/',
'port': 0,
'mappings': [
('', [
# For v23proxy.mojo.
'@{V23PROXY_BUILD_DIR}',
# For dart examples.
'@{V23PROXY_DIR}'
]),
],
},
{
'host': 'https://test.mojo.v.io/',
'port': 0,
'mappings': [
('', ['@{V23PROXY_DIR}/test']),
],
},
],
}