diff config.nims @ 35:7f99b21a8777

add: support for instance data
author Sam <sam@basx.dev>
date Mon, 16 Jan 2023 00:35:41 +0700
parents 94c38e4b5782
children 2979b69eef55
line wrap: on
line diff
--- a/config.nims	Mon Jan 16 00:03:20 2023 +0700
+++ b/config.nims	Mon Jan 16 00:35:41 2023 +0700
@@ -105,5 +105,5 @@
   exec("rsync -rv build/ basx.dev:/var/www/public.basx.dev/zamikongine")
 
 
-if getCommand() == "c":
+if getCommand() in ["c", "compile", "r", "dump", "check"]:
   compilerFlags()