e8e0900e7b
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>
7 lines
323 B
Bash
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
|