metro/react-packager/example_project/config.json

11 lines
173 B
JSON
Raw Normal View History

2015-01-30 01:10:49 +00:00
{
"port": 3000,
"devPort": 3001,
"publicDir": "./public",
"rootPath": "../example_project",
"moduleOptions": {
"format": "haste",
"main": "index.js"
}
}