We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8384e20 commit 40b9190Copy full SHA for 40b9190
.platform.app.yaml
@@ -22,12 +22,15 @@ mounts:
22
'data/cache':
23
source: local
24
source_path: data/cache
25
- 'public/share':
26
- source: local
27
- source_path: public/share
28
'data/ecosystem/database':
29
30
source_path: data/ecosystem/database
+ 'public/images/packages':
+ source: local
+ source_path: public/images/packages
31
+ 'public/share':
32
33
+ source_path: public/share
34
35
hooks:
36
build: |
0 commit comments