Add artist search

This commit is contained in:
DrunkOatmeal
2023-07-19 18:10:32 +07:00
parent 7b31cd163b
commit a25f0519bb
9 changed files with 353 additions and 1241 deletions

View File

@ -1,13 +1,13 @@
{
"name": "otis",
"description": "Old Twitter Image Search",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"author": "SoberOatmeal",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "vite build --mode production",
"preview": "vite preview"
},
"devDependencies": {