File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 49
49
50
50
(>&2 symfony-build)
51
51
52
+ php bin/console cache:warmup
52
53
php bin/console asset-map:compile
53
54
54
55
deploy : |
57
58
(>&2 symfony-deploy)
58
59
59
60
php bin/console app:load-data
61
+ # needed because StimulusBundle / asset mapper will currently
62
+ # expect this asset mapper directory to exist at runtime
63
+ mkdir var/translations
Original file line number Diff line number Diff line change 3
3
"@symfony/ux-autocomplete" : {
4
4
"autocomplete" : {
5
5
"enabled" : true ,
6
- "fetch" : " eager " ,
6
+ "fetch" : " lazy " ,
7
7
"autoimport" : {
8
8
"tom-select/dist/css/tom-select.default.css" : false ,
9
9
"tom-select/dist/css/tom-select.bootstrap5.css" : true
44
44
"@symfony/ux-live-component" : {
45
45
"live" : {
46
46
"enabled" : true ,
47
- "fetch" : " eager " ,
47
+ "fetch" : " lazy " ,
48
48
"autoimport" : {
49
49
"@symfony/ux-live-component/dist/live.min.css" : true
50
50
}
53
53
"@symfony/ux-notify" : {
54
54
"notify" : {
55
55
"enabled" : true ,
56
- "fetch" : " eager "
56
+ "fetch" : " lazy "
57
57
}
58
58
},
59
59
"@symfony/ux-react" : {
71
71
"@symfony/ux-swup" : {
72
72
"swup" : {
73
73
"enabled" : true ,
74
- "fetch" : " eager "
74
+ "fetch" : " lazy "
75
75
}
76
76
},
77
77
"@symfony/ux-turbo" : {
You can’t perform that action at this time.
0 commit comments