mirror of https://github.com/status-im/metro.git
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"
|
||
|
}
|
||
|
}
|