From 9052a83d4ab194f4159fd64bf4cfb7e65f734e12 Mon Sep 17 00:00:00 2001 From: 64104061f23fda247c679fa8 <64104061f23fda247c679fa8@devide> Date: Wed, 12 Apr 2023 08:30:41 +0000 Subject: [PATCH] Auto commit --- .inscode | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.inscode b/.inscode index 1ab3e5f..ecc8bdd 100644 --- a/.inscode +++ b/.inscode @@ -1 +1,6 @@ run = "npm i && npm run dev" + +[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" \ No newline at end of file -- GitLab