-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch mounting method to openemp-mf-core (#4)
* add .env file * Switch mounting method to **openemp-mf-core** * Add RTL support
- Loading branch information
1 parent
0a33b91
commit c8ff1ff
Showing
9 changed files
with
17 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ORG_NAME = openemp-mf | ||
PROJECT_NAME = drawer | ||
HOST = localhost | ||
PORT = 9003 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ typings/ | |
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env | ||
|
||
|
||
# next.js build output | ||
.next | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"name": "@openemp-mf/drawer", | ||
"repository": "[email protected]:openemp/openemp-ui-template.git", | ||
"repository": "[email protected]:openemp/openemp-ui-drawer.git", | ||
"author": "OpenEMP", | ||
"license": "MIT", | ||
"version": "1.0.0", | ||
"description": "OpenEMP UI Dasboard MF", | ||
"version": "0.0.1-latest", | ||
"description": "OpenEMP UI Drawer MF", | ||
"scripts": { | ||
"lint": "eslint src", | ||
"start": "webpack-dev-server", | ||
|
@@ -16,9 +16,7 @@ | |
"coverage": "jest --coverage" | ||
}, | ||
"dependencies": { | ||
"@material-ui/core": "^4.10.0", | ||
"@material-ui/icons": "^4.9.1", | ||
"@openemp-mf/styleguide": "github:honohunter/openemp-ui-styleguide#alpha", | ||
"@openemp-mf/styleguide": "file:../openemp-ui-styleguide", | ||
"@reach/router": "1.3.3", | ||
"clsx": "^1.1.0", | ||
"nanoevents": "^5.1.7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,5 +42,3 @@ export const links = [ | |
], | ||
}, | ||
]; | ||
|
||
// console.log('-------', System.import('@openemp-mf/template')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters