File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
backend/src/plugins/padma-backend Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " padma-monorepo" ,
3
3
"description" : " Padma - The Next.js Framework for Strapi" ,
4
- "version" : " 1. 0.0-alpha.0 " ,
4
+ "version" : " 0.0.4 " ,
5
5
"private" : true ,
6
6
"workspaces" : [
7
7
" packages/*" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @padmadev/padma-backend" ,
3
3
"description" : " Padma Backend" ,
4
4
"license" : " MIT" ,
5
- "version" : " 0.0.5 " ,
5
+ "version" : " 0.0.6 " ,
6
6
"keywords" : [
7
7
" strapi" ,
8
8
" strapi-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @padmadev/core" ,
3
- "version" : " 1. 0.0-alpha.0 " ,
3
+ "version" : " 0.0.4 " ,
4
4
"description" : " Padma- Nextjs frontend" ,
5
5
"license" : " MIT" ,
6
6
"author" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @padmadev/padma" ,
3
3
"description" : " Padma- Nextjs Framework for Strapi" ,
4
- "version" : " 0.0.3-alpha.8 " ,
4
+ "version" : " 0.0.4 " ,
5
5
"author" : " Zelal Hossain" ,
6
6
"bin" : " ./bin/run.js" ,
7
7
"bugs" : " https://github.com/js-template/padma" ,
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ export default class Backend extends Command {
21
21
} ) ,
22
22
branch : Flags . string ( {
23
23
description : 'Template branch' ,
24
- default : 'components-create-strapi5 ' ,
24
+ default : 'main ' ,
25
25
} ) ,
26
26
templatePath : Flags . string ( {
27
27
description : 'Template path' ,
28
- default : 'apps /backend-v5 ' ,
28
+ default : 'packages /backend' ,
29
29
} ) ,
30
30
noInteractive : Flags . boolean ( {
31
31
char : 'i' ,
@@ -55,7 +55,7 @@ export default class Backend extends Command {
55
55
const output = execSync ( fullCommand , { stdio : 'inherit' } )
56
56
this . log ( output . toString ( ) )
57
57
} catch ( error ) {
58
- this . error ( `Failed to execute command: ${ error instanceof Error ? error . message : error } ` )
58
+ // this.error(`Failed to execute command: ${error instanceof Error ? error.message : error}`)
59
59
}
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments