提交 b8232db6 编写于 作者: Q qq_41923622

Thu Mar 7 14:26:00 CST 2024 inscode

上级 8abd2472
run = "node --enable-source-maps .build/index.js" run = "node --enable-source-maps .build/index.js"
language = "node"
[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"
[debugger]
program = "main.js"
const s: string = "欢迎来到 InsCode"; const s: string = "欢迎来到 InsCode";
console.log(s); console.log(s);
tsx 函数式 返回类型 JSX.Element
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册