Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 358b5da

Browse files
committed
feat: set branch to develop
1 parent c46f4e2 commit 358b5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const branch: string = "staging";
1+
export const branch: string = "develop";
22
export const frameworks = ["react", "vue"] as const;
33
export const templates = [
44
"aave",

0 commit comments

Comments
 (0)