run = "sysctl fs.inotify.max_user_watches=524288 && yarn install && yarn dev" language = "node" [deployment] build = "sysctl fs.inotify.max_user_watches=524288 && yarn install && yarn build" run = "yarn preview" [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"