Env: Add sqlite/sqlitebrowser to flake
This commit is contained in:
@ -81,6 +81,9 @@
|
|||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
nodejs_23
|
nodejs_23
|
||||||
pocketbase
|
pocketbase
|
||||||
|
|
||||||
|
sqlite # For sqlite console
|
||||||
|
sqlitebrowser # To check low-level pocketbase data
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use $1 for positional args
|
# Use $1 for positional args
|
||||||
@ -88,7 +91,7 @@
|
|||||||
{
|
{
|
||||||
name = "pb";
|
name = "pb";
|
||||||
help = "Serve PocketBase";
|
help = "Serve PocketBase";
|
||||||
command = "pocketbase serve --http 192.168.86.50:8090";
|
command = "pocketbase serve --http 192.168.86.50:8090 --dev";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "dev";
|
name = "dev";
|
||||||
|
Reference in New Issue
Block a user