@youtyan/code-viewer 0.8.8 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +57 -17
- package/dist/code-viewer.js +716 -138
- package/package.json +1 -1
- package/skills/code-viewer-query/SKILL.md +3 -1
- package/web/app.js +304 -89
- package/web/style.css +10 -4
package/package.json
CHANGED
|
@@ -41,7 +41,9 @@ browser's Database > Search tab, so the human can review the same workflow.
|
|
|
41
41
|
the sidebar — it lists every SQLite file plus PostgreSQL / MySQL / Redis
|
|
42
42
|
/ Elasticsearch / S3 service that any nearby `docker-compose` exposes, as
|
|
43
43
|
well as any local Supabase CLI (`supabase start`) project found via a
|
|
44
|
-
`supabase/config.toml` (id form `supabase:<project_id>`)
|
|
44
|
+
`supabase/config.toml` (id form `supabase:<project_id>`) and any saved
|
|
45
|
+
connection added from the browser UI (id form `connection:<uuid>`,
|
|
46
|
+
including Cloudflare D1 and R2).
|
|
45
47
|
Use the printed `id` as `--db` on every other command. Credentials and
|
|
46
48
|
internal config are stripped server-side.
|
|
47
49
|
|