提交 f81a4302 编写于 作者: I InsCode

Mon Aug 28 14:12:00 CST 2023 inscode

上级 f786c4ca
run = "npm i && npm run docs:dev" run = "npm i && npm run docs:dev"
language = "node"
[deployment] [deployment]
build = "npm i --registry=https://registry.npmmirror.com" build = "npm i --registry=https://registry.npmmirror.com"
...@@ -7,4 +8,7 @@ run = "npm run docs:build && npm run docs:preview" ...@@ -7,4 +8,7 @@ run = "npm run docs:build && npm run docs:preview"
[env] [env]
PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}"
XDG_CONFIG_HOME = "/root/.config" XDG_CONFIG_HOME = "/root/.config"
npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global" npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global"
\ No newline at end of file
[debugger]
program = "main.js"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册