mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Remove now-unused nodemon
This commit is contained in:
parent
8b1aa9bce0
commit
8b46a07078
4 changed files with 0 additions and 2081 deletions
|
@ -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"
|
|
||||||
}
|
|
|
@ -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
2066
backend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -68,7 +68,6 @@
|
||||||
"@types/passport-strategy": "^0.2.35",
|
"@types/passport-strategy": "^0.2.35",
|
||||||
"@types/tmp": "0.0.33",
|
"@types/tmp": "0.0.33",
|
||||||
"ava": "^2.4.0",
|
"ava": "^2.4.0",
|
||||||
"nodemon": "^1.19.4",
|
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2",
|
||||||
"tsc-watch": "^4.0.0",
|
"tsc-watch": "^4.0.0",
|
||||||
"typescript": "^3.7.2"
|
"typescript": "^3.7.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue