File tree Expand file tree Collapse file tree 4 files changed +777
-680
lines changed
redisinsight/ui/src/packages/clients-list Expand file tree Collapse file tree 4 files changed +777
-680
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ This command will generate the `vendor` folder with styles and fonts of the core
20
20
inside the folder for your plugin and include appropriate styles to the ` index.html ` file.
21
21
22
22
```
23
+ yarn
24
+ yarn --cwd redisinsight/api/ install
25
+
23
26
yarn build:statics - for Linux or MacOs
24
27
yarn build:statics:win - for Windows
25
28
```
Original file line number Diff line number Diff line change 45
45
],
46
46
"devDependencies" : {
47
47
"@babel/core" : " ^7.12.0" ,
48
- "@parcel/compressor-brotli" : " ^2.0.0" ,
49
- "@parcel/compressor-gzip" : " ^2.0.0" ,
50
- "@parcel/transformer-sass" : " ^2.0.0" ,
51
- "@parcel/transformer-typescript-tsc" : " ^2.3.2" ,
48
+ "@parcel/transformer-sass" : " 2.3.2" ,
52
49
"@types/node" : " ^17.0.21" ,
53
50
"@types/react" : " ^17.0.40" ,
54
51
"@types/react-dom" : " ^17.0.13" ,
55
52
"concurrently" : " ^6.3.0" ,
56
53
"cross-env" : " ^7.0.3" ,
57
- "parcel" : " ^2.0.0 " ,
54
+ "parcel" : " 2.3.2 " ,
58
55
"rimraf" : " ^3.0.2" ,
59
56
"terser" : " ^5.9.0" ,
60
57
"typescript" : " >=3.0.0"
Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
< title > Client list plugin</ title >
8
- < link rel ="stylesheet " href ="../../../RedisInsight/ vendor/global_styles.css " />
9
- < link rel ="stylesheet " href ="../../../RedisInsight/ vendor/dark_theme.css " />
10
- <!-- <link rel="stylesheet" href="../../../RedisInsight /vendor/light_theme.css" /> -->
8
+ < link rel ="stylesheet " href ="../../../../../../ vendor/global_styles.css " type =" text/ css " />
9
+ < link rel ="stylesheet " href ="../../../../../../ vendor/dark_theme.css " type =" text/ css " />
10
+ <!-- <link rel="stylesheet" href="../../../../../.. /vendor/light_theme.css" /> -->
11
11
< link rel ="stylesheet " href ="./styles/styles.scss " />
12
12
</ head >
13
13
< body >
14
14
< div id ="app "> </ div >
15
- < script src ="./main.tsx "> </ script >
15
+ < script type =" module " src ="./main.tsx "> </ script >
16
16
</ body >
17
17
</ html >
You can’t perform that action at this time.
0 commit comments