diff options
Diffstat (limited to 'config.ha')
| -rw-r--r-- | config.ha | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.ha b/config.ha new file mode 100644 index 0000000..e465294 --- /dev/null +++ b/config.ha @@ -0,0 +1,3 @@ +type config = struct { + tasksdir: str, +}; |
