We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38ef064 + 8243212 commit 86a6dffCopy full SHA for 86a6dff
2 files changed
package.json
@@ -37,7 +37,6 @@
37
"start": "node scripts/start.js",
38
"dev": "cross-env FILE_DEBUG=1 LOG_TO_FILE=true DEEPX_SERVER_URL=https://api-code.deepvlab.ai DEEPX_WEB_URL=https://dvcode.deepvlab.ai node scripts/start.js",
39
"debug": "cross-env DEBUG=1 DEEPX_SERVER_URL=https://api-code.deepvlab.ai DEEPX_WEB_URL=https://dvcode.deepvlab.ai node --inspect-brk scripts/start.js",
40
- "sync-to-github": "node scripts/sync-to-github.js",
41
"auth:npm": "npx google-artifactregistry-auth",
42
"auth:docker": "gcloud auth configure-docker us-west1-docker.pkg.dev",
43
"auth": "npm run auth:npm && npm run auth:docker",
0 commit comments