提交 4ec4a574 编写于 作者: View Design's avatar View Design

Fri Sep 6 17:41:00 CST 2024 inscode

上级 ca207a2f
run = "npm i && npm run dev"
language = "node"
[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"
[debugger]
program = "main.js"
console.log("欢迎来到 InsCode");
\ No newline at end of file
const _ = require('lodash');
console.log(_.camelCase('Kolors'))
\ No newline at end of file
......@@ -12,7 +12,7 @@
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"lodash": "^4.17.21",
"node-fetch": "^3.2.6"
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册