parser: setup clap

This commit is contained in:
k
2024-07-15 18:52:29 +02:00
parent 91f2427b44
commit ad51edbe07
22 changed files with 363 additions and 211 deletions

View File

@@ -18,14 +18,14 @@ export function createResourceDataset<
const baseURL = `${
location.hostname === "localhost"
? "http://localhost:3111"
? "http://localhost:3110"
: "https://api.satonomics.xyz"
// "https://api.satonomics.xyz"
}${path}`;
const backupURL = `${
location.hostname === "localhost"
? "http://localhost:3111"
? "http://localhost:3110"
: "https://api-bkp.satonomics.xyz"
}${path}`;