You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`--play-cdn=`: Enable the Tailwind Play CDN. (Overrides config setting)
32
32
-`--open=false`: Open the site preview in the browser.
33
+
-`--vite`: Enable Vite for Hot Module Replacement (HMR).
34
+
35
+
### Vite Integration
36
+
37
+
By adding the `--vite` option, the serve command will initiate Vite's development server alongside the Hyde Realtime Compiler. This setup enables Hot Module Replacement (HMR), allowing for instant updates to your site as you make changes to your assets.
<script>console.warn('The HydePHP TailwindCSS Play CDN is enabled. This is for development purposes only and should not be used in production.', 'See https://hydephp.com/docs/1.x/managing-assets');</script>
<script>console.warn('The HydePHP TailwindCSS Play CDN is enabled. This is for development purposes only and should not be used in production.', 'See https://hydephp.com/docs/1.x/managing-assets');</script>
20
+
@endif
16
21
@endif
17
22
18
23
{{-- Add any extra styles to include after the others --}}
0 commit comments