File tree 3 files changed +27
-1
lines changed
3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -174,3 +174,4 @@ cython_debug/
174
174
# Project specific files
175
175
* .json
176
176
* .yaml
177
+ ! ui /** /* .json
Original file line number Diff line number Diff line change 7
7
"start" : " next start" ,
8
8
"lint" : " next lint" ,
9
9
"format" : " prettier --ignore-path .prettierignore --write \" **/*.+(js|ts|jsx|tsx|json)\" " ,
10
- "prepare" : " husky install " ,
10
+ "prepare" : " cd .. && husky ui/.husky " ,
11
11
"test" : " jest --passWithNoTests" ,
12
12
"test:unit" : " jest --passWithNoTests tests/unit" ,
13
13
"test:integration" : " jest --passWithNoTests tests/integration"
Original file line number Diff line number Diff line change
1
+ {
2
+ "short_name" : " guidellm-ui" ,
3
+ "name" : " guidellm-ui" ,
4
+ "icons" : [
5
+ {
6
+ "src" : " favicon.ico" ,
7
+ "sizes" : " 64x64 32x32 24x24 16x16" ,
8
+ "type" : " image/x-icon"
9
+ },
10
+ {
11
+ "src" : " favicon-192x192.png" ,
12
+ "type" : " image/png" ,
13
+ "sizes" : " 192x192"
14
+ },
15
+ {
16
+ "src" : " favicon-512x512.png" ,
17
+ "type" : " image/png" ,
18
+ "sizes" : " 512x512"
19
+ }
20
+ ],
21
+ "start_url" : " ." ,
22
+ "display" : " standalone" ,
23
+ "theme_color" : " #000000" ,
24
+ "background_color" : " #ffffff"
25
+ }
You can’t perform that action at this time.
0 commit comments