Skip to content

Commit

Permalink
fix: coreModules index
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmd committed Nov 22, 2021
1 parent 0fac704 commit 048498e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/src/utilities/generateIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ const getIndexes = (startIndex: number) => ({
});

const scopes = {
coreModule: getIndexes(0),
module: getIndexes(20000),
app: getIndexes(40000),
coreModule: getIndexes(20000),
module: getIndexes(40000),
app: getIndexes(60000),
};

export type Scope = keyof typeof scopes;
Expand Down

0 comments on commit 048498e

Please sign in to comment.