mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
|
module.exports = {
|
||
|
app: {
|
||
|
port: 4000
|
||
|
}
|
||
|
};
|