mirror of https://github.com/status-im/metro.git
11 lines
224 B
Markdown
11 lines
224 B
Markdown
|
---
|
||
|
id: configuration
|
||
|
title: Configuring Metro
|
||
|
---
|
||
|
|
||
|
Metro's configuration can be defined in the `package.json` file of your project,
|
||
|
or through a `metro.config.js` file or through the `--config <path/to/js>`
|
||
|
option.
|
||
|
|
||
|
*TODO*
|