create-prisma-php-app 1.6.28 → 1.6.29
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 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -493,6 +493,7 @@ async function main() {
|
|
|
493
493
|
PHP_ROOT_PATH_EXE: "D:\\\\xampp\\\\php\\\\php.exe",
|
|
494
494
|
PHP_GENERATE_CLASS_PATH: "src/lib/prisma/classes",
|
|
495
495
|
};`;
|
|
496
|
+
console.log("🚀 ~ main ~ settingsCode:", settingsCode);
|
|
496
497
|
fs.writeFileSync(settingsPath, settingsCode);
|
|
497
498
|
// Create public directory
|
|
498
499
|
fs.mkdirSync(path.join(projectPath, "public"));
|