Browse Source

Add slot for code-server or any other thingy

Joachim M. Giæver 1 year ago
parent
commit
8218a3edf8
1 changed files with 7 additions and 0 deletions
  1. 7 0
      snap/snapcraft.yaml

+ 7 - 0
snap/snapcraft.yaml

@@ -100,6 +100,13 @@ plugs:
     # Wait with the default provider
     #default-provider: zwave-js-ui
 
+slots: # ZUI offers new config dir within data
+  store-dir:
+    interface: content
+    content: vscs-content
+    write:
+      - $SNAP_DATA
+
 parts:
   zwavejs2mqtt:
     after: [nodejs, dependencies]