Update dependencies and project configuration

Add Nix flake support, update .gitignore to ignore SSL certs, upgrade
@types/bun and TypeScript versions, and update frontend SDK URLs in
index.html and sw.js to new API endpoints
This commit is contained in:
2026-01-18 20:39:50 +01:00
parent e5b01203b8
commit 1a0f91625a
8 changed files with 82 additions and 25 deletions

27
flake.lock generated Normal file
View File

@@ -0,0 +1,27 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1767116409,
"narHash": "sha256-5vKw92l1GyTnjoLzEagJy5V5mDFck72LiQWZSOnSicw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "cad22e7d996aea55ecab064e84834289143e44a0",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}