Compare commits

..

No commits in common. "78973f2562df2dcd7edf4abddb82cd2c26c4c14a" and "5ad837373ac6d4e5301c021858271f74d794f60e" have entirely different histories.

4 changed files with 555 additions and 1107 deletions

View File

@ -60,7 +60,6 @@ Community instances:
| [teddit.hostux.net](https://teddit.hostux.net) | | | Operated by https://hostux.net |
| [teddit.no-logs.com](https://teddit.no-logs.com/) | | | Operated by https://no-logs.com |
| [teddit.projectsegfau.lt](https://teddit.projectsegfau.lt) | [teddit.pjsfkvpxlinjamta...onion](http://teddit.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion) | | Maintained by Project Segfault Team (https://projectsegfau.lt/team) |
| [teddit.laserdisc.tokyo](https://teddit.laserdisc.tokyo) | | | |
<!--
Remove the Changelog section, because the CHANGELOG.md is not updated anymore

View File

@ -111,8 +111,5 @@
"url": "https://teddit.projectsegfau.lt",
"onion": "http://teddit.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
"notes": "Maintained by Project Segfault Team (https://projectsegfau.lt/team)"
},
{
"url": "https://teddit.laserdisc.tokyo"
}
]

1656
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -36,6 +36,6 @@
"redis": "^3.1.2"
},
"devDependencies": {
"nodemon": "^3.0.1"
"nodemon": "^2.0.20"
}
}