diff --git a/.inscode b/.inscode index 1ab3e5f85fe1488564556a795f5775654e96e72f..ecc8bdde946f464a2c4d431d8f8196413737d922 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