···39394040### Lexicons
41414242-The project lexicons are located in `../landing` and hosted on tnagled:
4242+The project lexicons are located in `../landing` and hosted on tangled:
4343https://tangled.org/exosphere.site/landing.
44444545## TS/TSX coding style
···11+CREATE TABLE `sphere_entry_counter` (
22+ `sphere_id` text PRIMARY KEY NOT NULL,
33+ `last_number` integer DEFAULT 0 NOT NULL,
44+ FOREIGN KEY (`sphere_id`) REFERENCES `spheres`(`id`) ON UPDATE no action ON DELETE no action
55+);