create-prisma-php-app 1.20.503 → 1.20.504
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12,7 +12,6 @@ let updateAnswer = null;
|
|
|
12
12
|
const nonBackendFiles = [
|
|
13
13
|
"favicon.ico",
|
|
14
14
|
"index.php",
|
|
15
|
-
"layout.php",
|
|
16
15
|
"metadata.php",
|
|
17
16
|
"not-found.php",
|
|
18
17
|
];
|
|
@@ -431,7 +430,7 @@ async function createDirectoryStructure(baseDir, answer) {
|
|
|
431
430
|
];
|
|
432
431
|
if (answer.backendOnly && answer.swaggerDocs) {
|
|
433
432
|
directoriesToCopy.push({
|
|
434
|
-
srcDir: "
|
|
433
|
+
srcDir: "/swagger-docs-layout.php",
|
|
435
434
|
destDir: "/src/app/layout.php",
|
|
436
435
|
});
|
|
437
436
|
}
|