From 8abd2472d6e03b95b4592245357439542fcd2380 Mon Sep 17 00:00:00 2001 From: 64104061f23fda247c679fa8 <64104061f23fda247c679fa8@devide> Date: Wed, 12 Apr 2023 08:58:09 +0000 Subject: [PATCH] Auto commit --- .inscode | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.inscode b/.inscode index ce46aa7..6018963 100644 --- a/.inscode +++ b/.inscode @@ -1,5 +1,6 @@ run = "node --enable-source-maps .build/index.js" -entrypoint = "index.ts" -[nix] -channel = "stable-22_11" +[env] +PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" +XDG_CONFIG_HOME = "/root/.config" +npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global" -- GitLab