mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 09:12:43 +02:00
Add pagination to the output of the favorites list
command (#954)
Co-authored-by: Max Isom <hi@maxisom.me>
This commit is contained in:
parent
2eb2b6d045
commit
9c6d2a7acf
5 changed files with 192 additions and 36 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["esnext"],
|
||||
"target": "es2018",
|
||||
"target": "es2020",
|
||||
"module": "ES2020",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue