rebuild search route with custom pages for tracks, album, and artists

This commit is contained in:
geoffrey45
2022-10-01 01:30:14 +03:00
committed by Mungai Njoroge
parent 264406aef4
commit 8e258eaf24
20 changed files with 240 additions and 60 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
// "local" | "remote"
let mode = "local";
let mode = "remote";
export interface D<T = string> {
[key: string]: T;
@@ -7,7 +7,7 @@ export interface D<T = string> {
const domains: D = {
local: "http://localhost:",
remote: "http://10.5.71.115:",
remote: "http://10.16.22.240:",
};
const ports = {