blob: ab187751f5ea74934ef4f61089add27db0a6644b [file] [log] [blame]
# Combination of ../mojoconfig and $MOJO_DIR/src/mojo/tools/configs/sky.
{
'dev_servers': [
{
'host': 'https://mojo.v.io/',
'mappings': [
('packages/', [
# For sky_demo packages.
'@{ETHER_DIR}/sky_demo/packages',
]),
('', [
# For echo_server.mojo and syncbase_server.mojo.
'@{ETHER_BUILD_DIR}',
# For sky_demo/lib/main.dart.
'@{ETHER_DIR}',
]),
],
},
{
'host': 'https://sky/',
'mappings': [
('', [
# For sky_viewer.mojo.
'@{SKY_BUILD_DIR}'
]),
],
}
],
'content_handlers': {
'application/dart': 'https://sky/sky_viewer.mojo',
}
}