feat: add TopicView component with API proxy support and environment configuration template

This commit is contained in:
2026-05-21 11:45:07 +05:30
parent 9a23422c3b
commit 9e8ae45bb3
3 changed files with 18 additions and 1 deletions

6
env.example Normal file
View File

@@ -0,0 +1,6 @@
# Copy this file to .env.local and set the real value.
# NO `VITE_` prefix — the secret stays server-side and is never bundled.
HASURA_ADMIN_SECRET=your-hasura-admin-secret-here
# Optional production server port (defaults to 3000)
# PORT=3000