0726
... | ... | @@ -8,6 +8,9 @@ |
"dev": "nodemon -r esm index.js", | ||
"build": "tsc -p ." | ||
}, | ||
"nodemonConfig": { | ||
"ignore": ["test/*", "docs/*", "client/*"] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://compmath.korea.ac.kr/gitlab/research/bora_it.git" | ||
... | ... |
Please register or sign in to comment