File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
- any : ['./package.json', './pnpm-lock.yaml', './**/package.json']
10
10
11
11
core :
12
- - any : [ '.stacks/**', '!.stacks/**/package.json' ]
12
+ - any : ['.stacks/**', '!.stacks/**/package.json']
13
13
14
14
fonts :
15
15
- any : ['.stacks/fonts/**', '!.stacks/fonts/**/package.json']
27
27
- any : ['.stacks/libs/**', '!.stacks/libs/**/package.json']
28
28
29
29
components :
30
- - - any : ['.stacks/libs/components/**', '!.stacks/libs/components/**/package.json']
30
+ - any : ['.stacks/libs/components/**', '!.stacks/libs/components/**/package.json']
31
31
- resources/components/**
32
32
33
33
entries :
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ dependencies:
5
5
pnpm.io : ^8.6.4
6
6
sqlite.org : ^3.42.0
7
7
# mysql.org: ^8.0.33
8
+ redis.io : ^7.0.11
You can’t perform that action at this time.
0 commit comments