create-prisma-php-app 5.1.0-alpha.5 → 5.1.0-alpha.6

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.
@@ -1568,6 +1568,7 @@ try {
1568
1568
  CacheHandler::saveCache(Request::$decodedUri, MainLayout::$html);
1569
1569
  }
1570
1570
 
1571
+ header('Content-Type: text/html; charset=UTF-8');
1571
1572
  echo MainLayout::$html;
1572
1573
  } else {
1573
1574
  $layoutPath = Bootstrap::$isContentIncluded
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "5.1.0-alpha.5",
3
+ "version": "5.1.0-alpha.6",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",