Lib: Comments
This commit is contained in:
@ -125,7 +125,7 @@
|
||||
# Use $1 for positional args
|
||||
commands = [
|
||||
{
|
||||
name = "db";
|
||||
name = "pb";
|
||||
help = "Serve PocketBase";
|
||||
command = "pocketbase serve --http 192.168.86.50:8090";
|
||||
}
|
||||
|
@ -47,8 +47,6 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
<!-- TODO: This component needs to know its own height, otherwise the intersection observer doesn't work -->
|
||||
<!-- (all elements are visible at once, so no lazy loading...) -->
|
||||
<div
|
||||
use:lazyload
|
||||
onLazyVisible={lazy_visible_handler}
|
||||
|
Reference in New Issue
Block a user