Add browser UI for todo testing

This commit is contained in:
2026-08-08 21:14:10 -05:00
parent e1600da8b1
commit dd4abe85ae
4 changed files with 128 additions and 6 deletions
+6 -6
View File
@@ -1,13 +1,13 @@
import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk'
export const current = VersionInfo.of({
version: '0.1.1:0',
version: '0.1.2:0',
releaseNotes: {
en_US: 'Fix PostgreSQL readiness checks and HTTP/1.1 proxying; health now verifies the database.',
es_ES: 'Corrige las comprobaciones de PostgreSQL y el proxy HTTP/1.1; la salud ahora verifica la base de datos.',
de_DE: 'Korrigiert PostgreSQL-Prüfungen und HTTP/1.1-Proxying; der Status prüft nun die Datenbank.',
pl_PL: 'Poprawia test PostgreSQL i proxy HTTP/1.1; kontrola stanu sprawdza teraz bazę danych.',
fr_FR: 'Corrige les contrôles PostgreSQL et le proxy HTTP/1.1 ; la santé vérifie désormais la base de données.',
en_US: 'Add a small browser interface for testing all todo operations.',
es_ES: 'Agrega una pequeña interfaz web para probar todas las operaciones de tareas.',
de_DE: 'Fügt eine kleine Browseroberfläche zum Testen aller Aufgabenoperationen hinzu.',
pl_PL: 'Dodaje mały interfejs przeglądarkowy do testowania wszystkich operacji na zadaniach.',
fr_FR: 'Ajoute une petite interface web pour tester toutes les opérations sur les tâches.',
},
migrations: {
up: async () => {},