Files
octoturge e8e0900e7b Initial boilerplate scaffold for continuum-common
Adds ts-core (logger, Supabase JWT verification, Elysia error
transformers) and rust-core (thiserror error type, tracing init,
G-code checksum/header parsing) packages.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-28 16:11:35 +00:00

7 lines
323 B
Bash

# continuum-common is a library repo (ts-core / rust-core) and has no runtime
# of its own. These vars are only needed when running this package's tests,
# which exercise the Supabase JWT verification helper against real settings.
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_JWT_SECRET=your-supabase-jwt-secret