mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 05:21:23 +02:00
- Rename barbiebox to figgos and integrate into monorepo - Remove separate git repository - Update package name to @figgos/game - Add dev scripts (figgos:dev, dev:figgos:ios, dev:figgos:android) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
371 B
TypeScript
4 lines
371 B
TypeScript
// Statische Konfigurationswerte für die Produktion
|
|
export const SUPABASE_URL = 'https://igxexenivpvivtqkweup.supabase.co';
|
|
export const SUPABASE_ANON_KEY =
|
|
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImlneGV4ZW5pdnB2aXZ0cWt3ZXVwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDU2NzYzNTMsImV4cCI6MjA2MTI1MjM1M30.XmwmZo8dts6z_wONHS1hn3nd-P2IomNnhSMks_otm3M';
|