mirror of
https://gitee.com/ice-gl/icegl-three-vue-tres.git
synced 2025-04-05 06:22:43 +08:00
11 lines
296 B
Plaintext
11 lines
296 B
Plaintext
run = "npm i && npm run pre.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"
|