create-prisma-php-app 4.0.0-alpha.26 → 4.0.0-alpha.27

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.
@@ -44,9 +44,6 @@ const pipeline = new DebouncedWorker(
44
44
  }
45
45
  await checkComponentImports(file, fileImports);
46
46
  }
47
-
48
- // Reload after tasks complete
49
- bs.reload();
50
47
  },
51
48
  350,
52
49
  "bs-pipeline"
@@ -1,6 +1,4 @@
1
- <?php
2
-
3
- use Lib\Request; ?>
1
+ <?php use Lib\Request; ?>
4
2
 
5
3
  <div class="grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20">
6
4
  <main class="flex flex-col gap-5 row-start-2 items-center sm:items-center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "4.0.0-alpha.26",
3
+ "version": "4.0.0-alpha.27",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",