added backend to cache manga updates requests

This commit is contained in:
wea_ondara
2023-11-20 17:01:37 +01:00
parent 34b0135da7
commit 29e1d2e499
19 changed files with 699 additions and 20 deletions

View File

@@ -1,7 +1,9 @@
{
"name": "mangastatus",
"version": "0.0.0",
"name": "mangastatus-frontend",
"version": "1.0.0",
"private": true,
"author": "wea_ondara",
"license": "ISC",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",