Implement geo backend, TS client, frontend, and CI tests.
Add a Go HTTP API with Ed25519 auth and invitation onboarding, user-scoped GeoJSON Point management, a Bun-tested @noble/ed25519 TypeScript client, static Vue/Vuetify frontend integration, and a Gitea CI workflow running both Go and Bun test suites. Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export { GeoApiClient } from "./GeoApiClient";
|
||||
export { generateKeyPair, signMessage } from "./keys";
|
||||
export { clearKeys, loadKeys, saveKeys, DEFAULT_KEYS_STORAGE_KEY } from "./storage";
|
||||
export type { InvitationPayload, StorageLike, StoredKeys } from "./types";
|
||||
Reference in New Issue
Block a user