README for first build

This commit is contained in:
2026-08-10 14:32:58 -03:00
parent 5bd2552641
commit 4d85187fb5
11 changed files with 201 additions and 16 deletions

View File

@@ -23,7 +23,7 @@
// the automatic submit is switched off, rate limited, or suppressed after a
// logout.
import { isConfigured, loadConfig, matchesSite } from './config';
import { isConfigured, loadConfig, matchesSite } from './config.ts';
const state = document.getElementById('state') as HTMLParagraphElement;
const detail = document.getElementById('detail') as HTMLParagraphElement;