Add duktape.cr and the Plugin class

This commit is contained in:
Alex Ling
2020-07-21 09:30:45 +00:00
parent a7f4e161de
commit a812e3ed46
4 changed files with 165 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ class Config
property log_level : String = "info"
property upload_path : String = File.expand_path "~/mango/uploads",
home: true
property plugin_path : String = File.expand_path "~/mango/plugins"
property mangadex = Hash(String, String | Int32).new
@[YAML::Field(ignore: true)]