From 2ff06577159e2423ef7fe916cf6bbee309e5dd4d Mon Sep 17 00:00:00 2001 From: kodemaster-admin Date: Tue, 25 Nov 2025 20:06:55 +0000 Subject: [PATCH] Add vizh.yml --- vizh.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vizh.yml diff --git a/vizh.yml b/vizh.yml new file mode 100644 index 0000000..58b5d0c --- /dev/null +++ b/vizh.yml @@ -0,0 +1,11 @@ +# Set this to true if you want debug logs. +# +# These can be VERY verbose, so we suggest turning them off +# unless you really need them. +debug: false + +# Use this to change the Node.js version used to run your code +# on Vizh.ai. +# +# Available versions: node-20 +runtime: node-20