We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfc6de commit bb76f82Copy full SHA for bb76f82
apps/cli/src/client/remote.ts
@@ -4,7 +4,7 @@
4
*/
5
6
// TODO: Change back to 'https://btca.dev' before deploying!
7
-const DEFAULT_REMOTE_URL = 'http://localhost:5173';
+const DEFAULT_REMOTE_URL = 'https://btca.dev';
8
9
// Local type definitions to avoid circular dependencies
10
export interface GitResource {
0 commit comments