mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-05 17:27:54 +08:00
11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"port": 3000,
|
|
"devPort": 3001,
|
|
"publicDir": "./public",
|
|
"rootPath": "../example_project",
|
|
"moduleOptions": {
|
|
"format": "haste",
|
|
"main": "index.js"
|
|
}
|
|
}
|