aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2022-01-07 13:28:22 +0100
committerLibravatar kytwb <kytwb@pm.me>2022-01-07 13:28:22 +0100
commit22b145e40a590330d717db687e8509fc446ac857 (patch)
tree1601a618ee185dad5c71000ef6d5c367e55e83d2
parentAdd recipes update (diff)
downloadferdium-server-22b145e40a590330d717db687e8509fc446ac857.tar.gz
ferdium-server-22b145e40a590330d717db687e8509fc446ac857.tar.zst
ferdium-server-22b145e40a590330d717db687e8509fc446ac857.zip
Fix local driver root
-rw-r--r--config/drive.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/drive.js b/config/drive.js
index 617ce47..cb4b2b3 100644
--- a/config/drive.js
+++ b/config/drive.js
@@ -22,7 +22,7 @@ module.exports = {
22 | 22 |
23 */ 23 */
24 local: { 24 local: {
25 root: `${__dirname}/../recipes`, 25 root: `${__dirname}/../recipes/archives`,
26 driver: 'local', 26 driver: 'local',
27 }, 27 },
28 28