-
Updated
Feb 7, 2021 - JavaScript
watch
Here are 567 public repositories matching this topic...
The version is public of the invidious instance is public in the footer anyways and for the instance list it would be nice if every instance shows its version
-
Updated
Jan 24, 2021 - JavaScript
-
Updated
Jul 11, 2019 - JavaScript
Not sure if this is the correct way to do it, but I wanted to save a cache script I could easily run.
"cache": {
"desc": "Cache versions and update lock file",
"cmd": "deno cache server.ts --lock-write",
"lock": "./lock.json"
}
The result however when running denon cache is an endless loop instead of just executing it once, looks like this:


Checklist