feat: v1 API + frontend migration
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2026-07-03 14:06:33 -04:00
parent ff44db311d
commit c9e4d345b8
212 changed files with 26747 additions and 398 deletions

View File

@@ -20,12 +20,15 @@
{
devShells.default = pkgs.mkShell {
packages = with pkgs; [
air
go
gopls
golangci-lint
gopls
bun
nodejs
tailwindcss
python311Packages.grip
typescript-language-server
];
shellHook = ''
export PATH=$PATH:~/go/bin