🚀 Initial commit: Versão atual do TrackSteel APP

This commit is contained in:
2026-03-18 21:17:53 +00:00
commit bde410c9ad
633 changed files with 108150 additions and 0 deletions

40
supabase/config.toml Normal file
View File

@@ -0,0 +1,40 @@
project_id = "lwjppiicofojfcdfjsto"
[api]
enabled = true
port = 54321
schemas = ["public", "storage", "graphql_public"]
extra_search_path = ["public", "extensions"]
max_rows = 1000
[db]
port = 54322
shadow_port = 54320
major_version = 15
[studio]
enabled = true
port = 54323
[inbucket]
enabled = true
port = 54324
[storage]
enabled = true
file_size_limit = "50MiB"
[auth]
enabled = true
site_url = "http://localhost:3000"
additional_redirect_urls = ["https://lwjppiicofojfcdfjsto.supabase.co"]
jwt_expiry = 3600
[auth.email]
enable_signup = true
double_confirm_changes = true
enable_confirmations = false
[functions.cleanup-duplicates]
verify_jwt = false