File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
src/Tempest/Vite/src/Installer Expand file tree Collapse file tree 4 files changed +3
-3
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ public function install(): void
5858 );
5959
6060 // Publishes the Vite config
61- $ viteConfig = $ this ->publish (__DIR__ . "/ {$ templateDirectory }/vite.config.ts " , destination: root_path ('vite.config.ts ' ));
62- $ mainTs = $ this ->publish (__DIR__ . "/ {$ templateDirectory }/main.entrypoint. ts " , destination: src_path ('main.entrypoint.ts ' ));
61+ $ this ->publish (__DIR__ . "/ {$ templateDirectory }/vite.config.ts " , destination: root_path ('vite.config.ts ' ));
62+ $ mainTs = $ this ->publish (__DIR__ . "/ {$ templateDirectory }/main.ts " , destination: src_path ('main.entrypoint.ts ' ));
6363 $ mainCss = $ shouldInstallTailwind
64- ? $ this ->publish (__DIR__ . "/ {$ templateDirectory }/main.entrypoint. css " , destination: src_path ('main.entrypoint.css ' ))
64+ ? $ this ->publish (__DIR__ . "/ {$ templateDirectory }/main.css " , destination: src_path ('main.entrypoint.css ' ))
6565 : null ;
6666
6767 // Install package.json scripts
You can’t perform that action at this time.
0 commit comments