Skip to content

Commit bb76f82

Browse files
committed
fixed url
1 parent abfc6de commit bb76f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cli/src/client/remote.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
// TODO: Change back to 'https://btca.dev' before deploying!
7-
const DEFAULT_REMOTE_URL = 'http://localhost:5173';
7+
const DEFAULT_REMOTE_URL = 'https://btca.dev';
88

99
// Local type definitions to avoid circular dependencies
1010
export interface GitResource {

0 commit comments

Comments
 (0)