Auto commit

上级 b40addd1
run = "upm add guess;npm run dev" run = "npm i && npm run dev"
[nix] [env]
channel = "stable-22_11" 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"
{ pkgs }: { { pkgs }: {
deps = [ deps = [
pkgs.yarn
pkgs.nodejs-16_x pkgs.nodejs-16_x
pkgs.yarn
]; ];
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册