Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Inline shared config
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonrd committed Dec 3, 2020
1 parent 6c65f0e commit d26e3f7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@

import environmentConfig from './config.development';

const sharedConfig = {
name: 'MyApplication',
description: 'MyApplication description'
};

export const config = {
...sharedConfig,
name: 'MyApplication',
description: 'MyApplication description',
...environmentConfig
};

0 comments on commit d26e3f7

Please sign in to comment.