Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ NODE_ENV=development
# - To enable Clerk for local development, set this to your Clerk publishable key:
# VITE_CLERK_PUBLISHABLE_KEY=pk_test_your_publishable_key_here
VITE_CLERK_PUBLISHABLE_KEY=

# Required in production: the URL of the deployed frontend (used for CORS)
FRONTEND_URL=https://your-frontend-url.com
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: AlgoScope Discussions via GitHub Issues
url: https://github.com/Yuvraj-Sarathe/AlgoScope/issues
url: https://github.com/algoscope-hq/AlgoScope/issues
about: Use issues for bugs, ideas, and project discussion.
Loading
Loading