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 700ffcc commit eb77faaCopy full SHA for eb77faa
src/Commands/Init.php
@@ -69,7 +69,7 @@ private function generateFrameworkFiles()
69
CLI::newLine();
70
71
# Framework files.
72
- $frameworkPath = ($this->framework === 'none') ? 'frameworks/default' : "frameworks/$this->framework";
+ $frameworkPath = ($this->framework === 'none') ? 'Frameworks/default' : "Frameworks/$this->framework";
73
74
$frameworkFiles = directory_map($this->path . $frameworkPath, 1, true);
75
src/Helpers/vite_helper.php
@@ -5,6 +5,8 @@
5
/**
6
* Get vite entry file or bundled files.
7
*
8
+ * @param string js or css
9
+ *
10
* @return string|null
11
*/
12
function viteTags(string $assets): ?string
0 commit comments