Skip to content

Commit 1fd263d

Browse files
feat(create-o2s-app): changed source branch to a dedicated one for the script to eliminate dependencies versions mismatch
1 parent 232ec06 commit 1fd263d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/yellow-suns-tickle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-o2s-app': patch
3+
---
4+
5+
changed source branch to a dedicated one for the script to eliminate dependencies versions mismatch

packages/create-o2s-app/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ program
2828
const targetDirectory = projectName || options.directory;
2929

3030
const githubRepo = 'https://github.com/o2sdev/openselfservice';
31-
const githubBranch = 'main';
31+
const githubBranch = 'create-o2s-app/base';
3232

3333
if (existsSync(targetDirectory)) {
3434
console.error(

0 commit comments

Comments
 (0)