Commit Graph

4 Commits

Author SHA1 Message Date
efim 59c3b1ce59 feat: initial nixos module impl 2023-10-08 13:36:31 +00:00
efim 4a64f2186f feat: nix build enabled
nix build
will put binary into nix store, and symlink to ./result
running with
./result/bin/auth-pocketbase-attempt serve --dir=./pb_data

if i understood migrations correctly, when using as a framework
migrations will be generated as go files, and will be packaged into the binary
2023-10-08 07:20:48 +00:00
efim 769fe603c7 feat: Makefile for building and running
yay, tailwindcss is only executed when templates or config has changed
i can remove out.css from the repository!
2023-10-07 03:20:24 +00:00
efim 8c255ed812 init: adding pocketbase as a framework 2023-10-06 05:34:15 +00:00