Remove now-unused nodemon

This commit is contained in:
Dragory 2019-11-30 17:08:11 +02:00
parent 8b1aa9bce0
commit 8b46a07078
4 changed files with 0 additions and 2081 deletions

View file

@ -1,7 +0,0 @@
{
"watch": ["src", "../shared/src"],
"ignore": ["src/migrations/*"],
"delay": 300,
"ext": "ts",
"exec": "node -r ts-node/register -r tsconfig-paths/register ./src/api/index.ts"
}

View file

@ -1,7 +0,0 @@
{
"watch": ["src", "../shared/src"],
"ignore": ["src/api/*", "src/migrations/*"],
"delay": 300,
"ext": "ts",
"exec": "node -r ts-node/register -r tsconfig-paths/register ./src/index.ts"
}

2066
backend/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -68,7 +68,6 @@
"@types/passport-strategy": "^0.2.35",
"@types/tmp": "0.0.33",
"ava": "^2.4.0",
"nodemon": "^1.19.4",
"rimraf": "^2.6.2",
"tsc-watch": "^4.0.0",
"typescript": "^3.7.2"