We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb6464 commit 4aeb0e2Copy full SHA for 4aeb0e2
pkg/project/project.go
@@ -115,14 +115,14 @@ func (p Project) prepareDefaultFiles(kind Kind) error {
115
if err := copyEmbedFiles(&commonFiles, "common/"); err != nil {
116
return err
117
}
118
- if err := copyEmbedFiles(&appClassicFiles, "classic/"); err != nil {
+ if err := copyEmbedFiles(&appClassicFiles, "app_classic/"); err != nil {
119
120
121
case KindAppCloud:
122
123
124
125
- if err := copyEmbedFiles(&appCloudFiles, "cloud/"); err != nil {
+ if err := copyEmbedFiles(&appCloudFiles, "app_cloud/"); err != nil {
126
127
128
default:
0 commit comments